Html Css Color HEX #C8B43D Old Gold

📋 copy color: '#C8B43D'

red 200 ◦ green 180 ◦ blue 61

#C8B43D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Old Gold #C8B43D

Tints of Old Gold #C8B43D

RGB

 RED value IS 200 (78.52% from 255) = 45.35%

 GREEN value IS 180 (70.7% from 255) = 40.82%

 BLUE value IS 61 (24.22% from 255) = 13.83%

R = 45.35%
G = 40.82%
B = 13.83%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.69

 K value IS 0.22

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C8B43D (or 0xC8B43D) is known color: Old Gold. HEX triplet: C8, B4 and 3D. RGB value is (200,180,61). Sum of RGB (Red+Green+Blue) = 200+180+61=441 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.35% from 441); Green value is 180 (70.70% from 255 or 40.82% from 441); Blue value is 61 (24.22% from 255 or 13.83% from 441); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B43D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8B43D is #374BC2. Grayscale: #ACACAC. Windows color (decimal): -3623875 or 4043976. OLE color: 4043976.

HSL color Cylindrical-coordinate representation of color #C8B43D: hue angle of 51.37º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C8B43D is Cyan = 0, Magento = 0.1, Yellow = 0.69 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 180 61 -
CMYK 0 0.1 0.69 0.22
HSL 51.37º 0.56% 0.51% -
HSV(B) 51.37º 0.7% 0.78% -
XYZ 40.98 45.26 10.99 -
YUV 172.41 65.13 147.68 -
System Red Green Blue C M Y K H S L
Decimal 200 180 61 0 0.1 0.69 0.22 51.37 0.56 0.51
Hex C8 B4 3D 0 A 45 16 33 38 33
Octal 310 264 75 0 12 105 26 63 70 63
Binary 11001000 10110100 111101 0 1010 1000101 10110 110011 111000 110011

Color Harmonies of #C8B43D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8B43D

Black with #C8B43D

Text Example


Text Example

White with #C8B43D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8B43D; }

 p { color: rgb(200,180,61); }

 H1.HeaderClassName
 {
   color: #C8B43D;
 }
 .AnyTagClassName
 {
   color: #C8B43D;
 }
</style>

background-color css

<style>
 a { background-color: #C8B43D; }

 a { background-color: rgb(200,180,61); }

 div.DivClassName
 {
   background-color: #C8B43D;
 }
 .BgClassName
 {
   background-color: #C8B43D;
 }
</style>

border-color css

<style>
 span { border-color: #C8B43D; }

 span { border-color: rgb(200,180,61); }

 td.TdClassName
 {
   border-color: #C8B43D;
 }
 .TagClassName
 {
   border-color: #C8B43D;
 }
</style>