Html Css Color HEX #CFB83E Old Gold

📋 copy color: '#CFB83E'

red 207 ◦ green 184 ◦ blue 62

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

Shades of Old Gold #CFB83E

Tints of Old Gold #CFB83E

RGB

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

 GREEN value IS 184 (72.27% from 255) = 40.62%

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

R = 45.7%
G = 40.62%
B = 13.69%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.70

 K value IS 0.19

RGB Variations

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

Color information

#CFB83E (or 0xCFB83E) is known color: Old Gold. HEX triplet: CF, B8 and 3E. RGB value is (207,184,62). Sum of RGB (Red+Green+Blue) = 207+184+62=453 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.70% from 453); Green value is 184 (72.27% from 255 or 40.62% from 453); Blue value is 62 (24.61% from 255 or 13.69% from 453); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB83E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFB83E is #3047C1. Grayscale: #B1B1B1. Windows color (decimal): -3164098 or 4110543. OLE color: 4110543.

HSL color Cylindrical-coordinate representation of color #CFB83E: hue angle of 50.48º 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 #CFB83E is Cyan = 0, Magento = 0.11, Yellow = 0.70 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 184 62 -
CMYK 0 0.11 0.70 0.19
HSL 50.48º 0.6% 0.53% -
HSV(B) 50.48º 0.7% 0.81% -
XYZ 43.74 47.89 11.5 -
YUV 176.97 63.12 149.42 -
System Red Green Blue C M Y K H S L
Decimal 207 184 62 0 0.11 0.70 0.19 50.48 0.6 0.53
Hex CF B8 3E 0 B 46 13 32 3C 35
Octal 317 270 76 0 13 106 23 62 74 65
Binary 11001111 10111000 111110 0 1011 1000110 10011 110010 111100 110101

Color Harmonies of #CFB83E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB83E

Black with #CFB83E

Text Example


Text Example

White with #CFB83E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB83E; }

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

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

background-color css

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

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

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

border-color css

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

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

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