Html Css Color HEX #CFB03E Old Gold

📋 copy color: '#CFB03E'

red 207 ◦ green 176 ◦ blue 62

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

Shades of Old Gold #CFB03E

Tints of Old Gold #CFB03E

RGB

 RED value IS 207 (81.25% from 255) = 46.52%

 GREEN value IS 176 (69.14% from 255) = 39.55%

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

R = 46.52%
G = 39.55%
B = 13.93%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.70

 K value IS 0.19

RGB Variations

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

Color information

#CFB03E (or 0xCFB03E) is known color: Old Gold. HEX triplet: CF, B0 and 3E. RGB value is (207,176,62). Sum of RGB (Red+Green+Blue) = 207+176+62=445 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.52% from 445); Green value is 176 (69.14% from 255 or 39.55% from 445); Blue value is 62 (24.61% from 255 or 13.93% from 445); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB03E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFB03E is #304FC1. Grayscale: #ACACAC. Windows color (decimal): -3166146 or 4108495. OLE color: 4108495.

HSL color Cylindrical-coordinate representation of color #CFB03E: hue angle of 47.17º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CFB03E is Cyan = 0, Magento = 0.15, Yellow = 0.70 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 176 62 -
CMYK 0 0.15 0.70 0.19
HSL 47.17º 0.6% 0.53% -
HSV(B) 47.17º 0.7% 0.81% -
XYZ 42.13 44.66 10.96 -
YUV 172.27 65.77 152.77 -
System Red Green Blue C M Y K H S L
Decimal 207 176 62 0 0.15 0.70 0.19 47.17 0.6 0.53
Hex CF B0 3E 0 F 46 13 2F 3C 35
Octal 317 260 76 0 17 106 23 57 74 65
Binary 11001111 10110000 111110 0 1111 1000110 10011 101111 111100 110101

Color Harmonies of #CFB03E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB03E

Black with #CFB03E

Text Example


Text Example

White with #CFB03E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB03E; }

 p { color: rgb(207,176,62); }

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

background-color css

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

 a { background-color: rgb(207,176,62); }

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

border-color css

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

 span { border-color: rgb(207,176,62); }

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