Html Css Color HEX #CFB539 Old Gold

📋 copy color: '#CFB539'

red 207 ◦ green 181 ◦ blue 57

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

Shades of Old Gold #CFB539

Tints of Old Gold #CFB539

RGB

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

 GREEN value IS 181 (71.09% from 255) = 40.67%

 BLUE value IS 57 (22.66% from 255) = 12.81%

R = 46.52%
G = 40.67%
B = 12.81%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.72

 K value IS 0.19

RGB Variations

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

Color information

#CFB539 (or 0xCFB539) is known color: Old Gold. HEX triplet: CF, B5 and 39. RGB value is (207,181,57). Sum of RGB (Red+Green+Blue) = 207+181+57=445 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.52% from 445); Green value is 181 (71.09% from 255 or 40.67% from 445); Blue value is 57 (22.66% from 255 or 12.81% from 445); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB539 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFB539 is #304AC6. Grayscale: #AFAFAF. Windows color (decimal): -3164871 or 3782095. OLE color: 3782095.

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

Color convert

RGB 207 181 57 -
CMYK 0 0.13 0.72 0.19
HSL 49.6º 0.61% 0.52% -
HSV(B) 49.6º 0.72% 0.81% -
XYZ 42.99 46.61 10.6 -
YUV 174.64 61.61 151.08 -
System Red Green Blue C M Y K H S L
Decimal 207 181 57 0 0.13 0.72 0.19 49.6 0.61 0.52
Hex CF B5 39 0 D 48 13 32 3D 34
Octal 317 265 71 0 15 110 23 62 75 64
Binary 11001111 10110101 111001 0 1101 1001000 10011 110010 111101 110100

Color Harmonies of #CFB539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB539

Black with #CFB539

Text Example


Text Example

White with #CFB539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB539; }

 p { color: rgb(207,181,57); }

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

background-color css

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

 a { background-color: rgb(207,181,57); }

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

border-color css

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

 span { border-color: rgb(207,181,57); }

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