Html Css Color HEX #CFB837 Old Gold

📋 copy color: '#CFB837'

red 207 ◦ green 184 ◦ blue 55

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

Shades of Old Gold #CFB837

Tints of Old Gold #CFB837

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 12.33%

R = 46.41%
G = 41.26%
B = 12.33%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.73

 K value IS 0.19

RGB Variations

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

Color information

#CFB837 (or 0xCFB837) is known color: Old Gold. HEX triplet: CF, B8 and 37. RGB value is (207,184,55). Sum of RGB (Red+Green+Blue) = 207+184+55=446 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.41% from 446); Green value is 184 (72.27% from 255 or 41.26% from 446); Blue value is 55 (21.88% from 255 or 12.33% from 446); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB837 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFB837 is #3047C8. Grayscale: #B0B0B0. Windows color (decimal): -3164105 or 3651791. OLE color: 3651791.

HSL color Cylindrical-coordinate representation of color #CFB837: hue angle of 50.92º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CFB837 is Cyan = 0, Magento = 0.11, Yellow = 0.73 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 184 55 -
CMYK 0 0.11 0.73 0.19
HSL 50.92º 0.61% 0.51% -
HSV(B) 50.92º 0.73% 0.81% -
XYZ 43.56 47.82 10.55 -
YUV 176.17 59.62 149.99 -
System Red Green Blue C M Y K H S L
Decimal 207 184 55 0 0.11 0.73 0.19 50.92 0.61 0.51
Hex CF B8 37 0 B 49 13 33 3D 33
Octal 317 270 67 0 13 111 23 63 75 63
Binary 11001111 10111000 110111 0 1011 1001001 10011 110011 111101 110011

Color Harmonies of #CFB837

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB837

Black with #CFB837

Text Example


Text Example

White with #CFB837

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB837; }

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

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

background-color css

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

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

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

border-color css

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

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

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