Html Css Color HEX #CFB137 Old Gold

📋 copy color: '#CFB137'

red 207 ◦ green 177 ◦ blue 55

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

Shades of Old Gold #CFB137

Tints of Old Gold #CFB137

RGB

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

 GREEN value IS 177 (69.53% from 255) = 40.32%

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

R = 47.15%
G = 40.32%
B = 12.53%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.73

 K value IS 0.19

RGB Variations

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

Color information

#CFB137 (or 0xCFB137) is known color: Old Gold. HEX triplet: CF, B1 and 37. RGB value is (207,177,55). Sum of RGB (Red+Green+Blue) = 207+177+55=439 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.15% from 439); Green value is 177 (69.53% from 255 or 40.32% from 439); Blue value is 55 (21.88% from 255 or 12.53% from 439); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB137 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFB137 is #304EC8. Grayscale: #ACACAC. Windows color (decimal): -3165897 or 3649999. OLE color: 3649999.

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

Color convert

RGB 207 177 55 -
CMYK 0 0.14 0.73 0.19
HSL 48.16º 0.61% 0.51% -
HSV(B) 48.16º 0.73% 0.81% -
XYZ 42.14 44.99 10.08 -
YUV 172.06 61.94 152.92 -
System Red Green Blue C M Y K H S L
Decimal 207 177 55 0 0.14 0.73 0.19 48.16 0.61 0.51
Hex CF B1 37 0 E 49 13 30 3D 33
Octal 317 261 67 0 16 111 23 60 75 63
Binary 11001111 10110001 110111 0 1110 1001001 10011 110000 111101 110011

Color Harmonies of #CFB137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB137

Black with #CFB137

Text Example


Text Example

White with #CFB137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB137; }

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

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

background-color css

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

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

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

border-color css

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

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

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