Html Css Color HEX #C8BF3E Old Gold

📋 copy color: '#C8BF3E'

red 200 ◦ green 191 ◦ blue 62

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

Shades of Old Gold #C8BF3E

Tints of Old Gold #C8BF3E

RGB

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

 GREEN value IS 191 (75% from 255) = 42.16%

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

R = 44.15%
G = 42.16%
B = 13.69%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.69

 K value IS 0.22

RGB Variations

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

Color information

#C8BF3E (or 0xC8BF3E) is known color: Old Gold. HEX triplet: C8, BF and 3E. RGB value is (200,191,62). Sum of RGB (Red+Green+Blue) = 200+191+62=453 (60% of max value = 765). Red value is 200 (78.52% from 255 or 44.15% from 453); Green value is 191 (75% from 255 or 42.16% from 453); Blue value is 62 (24.61% from 255 or 13.69% from 453); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BF3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8BF3E is #3740C1. Grayscale: #B3B3B3. Windows color (decimal): -3621058 or 4112328. OLE color: 4112328.

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

Color convert

RGB 200 191 62 -
CMYK 0 0.04 0.69 0.22
HSL 56.09º 0.56% 0.51% -
HSV(B) 56.09º 0.69% 0.78% -
XYZ 43.32 49.89 11.9 -
YUV 178.99 61.98 142.99 -
System Red Green Blue C M Y K H S L
Decimal 200 191 62 0 0.04 0.69 0.22 56.09 0.56 0.51
Hex C8 BF 3E 0 4 45 16 38 38 33
Octal 310 277 76 0 4 105 26 70 70 63
Binary 11001000 10111111 111110 0 100 1000101 10110 111000 111000 110011

Color Harmonies of #C8BF3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8BF3E

Black with #C8BF3E

Text Example


Text Example

White with #C8BF3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8BF3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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