Html Css Color HEX #C8BC3E Old Gold

📋 copy color: '#C8BC3E'

red 200 ◦ green 188 ◦ blue 62

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

Shades of Old Gold #C8BC3E

Tints of Old Gold #C8BC3E

RGB

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

 GREEN value IS 188 (73.83% from 255) = 41.78%

 BLUE value IS 62 (24.61% from 255) = 13.78%

R = 44.44%
G = 41.78%
B = 13.78%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.69

 K value IS 0.22

RGB Variations

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

Color information

#C8BC3E (or 0xC8BC3E) is known color: Old Gold. HEX triplet: C8, BC and 3E. RGB value is (200,188,62). Sum of RGB (Red+Green+Blue) = 200+188+62=450 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.44% from 450); Green value is 188 (73.83% from 255 or 41.78% from 450); Blue value is 62 (24.61% from 255 or 13.78% from 450); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BC3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8BC3E is #3743C1. Grayscale: #B1B1B1. Windows color (decimal): -3621826 or 4111560. OLE color: 4111560.

HSL color Cylindrical-coordinate representation of color #C8BC3E: hue angle of 54.78º 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 #C8BC3E is Cyan = 0, Magento = 0.06, Yellow = 0.69 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 188 62 -
CMYK 0 0.06 0.69 0.22
HSL 54.78º 0.56% 0.51% -
HSV(B) 54.78º 0.69% 0.78% -
XYZ 42.67 48.59 11.69 -
YUV 177.22 62.98 144.25 -
System Red Green Blue C M Y K H S L
Decimal 200 188 62 0 0.06 0.69 0.22 54.78 0.56 0.51
Hex C8 BC 3E 0 6 45 16 37 38 33
Octal 310 274 76 0 6 105 26 67 70 63
Binary 11001000 10111100 111110 0 110 1000101 10110 110111 111000 110011

Color Harmonies of #C8BC3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8BC3E

Black with #C8BC3E

Text Example


Text Example

White with #C8BC3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8BC3E; }

 p { color: rgb(200,188,62); }

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

background-color css

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

 a { background-color: rgb(200,188,62); }

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

border-color css

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

 span { border-color: rgb(200,188,62); }

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