Html Css Color HEX #CFB937 Old Gold

📋 copy color: '#CFB937'

red 207 ◦ green 185 ◦ blue 55

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

Shades of Old Gold #CFB937

Tints of Old Gold #CFB937

RGB

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

 GREEN value IS 185 (72.66% from 255) = 41.39%

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

R = 46.31%
G = 41.39%
B = 12.3%

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

#CFB937 (or 0xCFB937) is known color: Old Gold. HEX triplet: CF, B9 and 37. RGB value is (207,185,55). Sum of RGB (Red+Green+Blue) = 207+185+55=447 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.31% from 447); Green value is 185 (72.66% from 255 or 41.39% from 447); Blue value is 55 (21.88% from 255 or 12.30% from 447); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB937 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFB937 is #3046C8. Grayscale: #B1B1B1. Windows color (decimal): -3163849 or 3652047. OLE color: 3652047.

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

Color convert

RGB 207 185 55 -
CMYK 0 0.11 0.73 0.19
HSL 51.32º 0.61% 0.51% -
HSV(B) 51.32º 0.73% 0.81% -
XYZ 43.77 48.24 10.62 -
YUV 176.76 59.29 149.57 -
System Red Green Blue C M Y K H S L
Decimal 207 185 55 0 0.11 0.73 0.19 51.32 0.61 0.51
Hex CF B9 37 0 B 49 13 33 3D 33
Octal 317 271 67 0 13 111 23 63 75 63
Binary 11001111 10111001 110111 0 1011 1001001 10011 110011 111101 110011

Color Harmonies of #CFB937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB937

Black with #CFB937

Text Example


Text Example

White with #CFB937

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB937; }

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

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

background-color css

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

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

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

border-color css

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

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

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