Html Css Color HEX #CFB637 Old Gold

📋 copy color: '#CFB637'

red 207 ◦ green 182 ◦ blue 55

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

Shades of Old Gold #CFB637

Tints of Old Gold #CFB637

RGB

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

 GREEN value IS 182 (71.48% from 255) = 40.99%

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

R = 46.62%
G = 40.99%
B = 12.39%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.73

 K value IS 0.19

RGB Variations

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

Color information

#CFB637 (or 0xCFB637) is known color: Old Gold. HEX triplet: CF, B6 and 37. RGB value is (207,182,55). Sum of RGB (Red+Green+Blue) = 207+182+55=444 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.62% from 444); Green value is 182 (71.48% from 255 or 40.99% from 444); Blue value is 55 (21.88% from 255 or 12.39% from 444); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB637 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFB637 is #3049C8. Grayscale: #AFAFAF. Windows color (decimal): -3164617 or 3651279. OLE color: 3651279.

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

Color convert

RGB 207 182 55 -
CMYK 0 0.12 0.73 0.19
HSL 50.13º 0.61% 0.51% -
HSV(B) 50.13º 0.73% 0.81% -
XYZ 43.15 47 10.41 -
YUV 175 60.28 150.83 -
System Red Green Blue C M Y K H S L
Decimal 207 182 55 0 0.12 0.73 0.19 50.13 0.61 0.51
Hex CF B6 37 0 C 49 13 32 3D 33
Octal 317 266 67 0 14 111 23 62 75 63
Binary 11001111 10110110 110111 0 1100 1001001 10011 110010 111101 110011

Color Harmonies of #CFB637

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB637

Black with #CFB637

Text Example


Text Example

White with #CFB637

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB637; }

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

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

background-color css

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

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

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

border-color css

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

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

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