Html Css Color HEX #CFB535 Old Gold

📋 copy color: '#CFB535'

red 207 ◦ green 181 ◦ blue 53

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

Shades of Old Gold #CFB535

Tints of Old Gold #CFB535

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 12.02%

R = 46.94%
G = 41.04%
B = 12.02%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.74

 K value IS 0.19

RGB Variations

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

Color information

#CFB535 (or 0xCFB535) is known color: Old Gold. HEX triplet: CF, B5 and 35. RGB value is (207,181,53). Sum of RGB (Red+Green+Blue) = 207+181+53=441 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.94% from 441); Green value is 181 (71.09% from 255 or 41.04% from 441); Blue value is 53 (21.09% from 255 or 12.02% from 441); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB535 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFB535 is #304ACA. Grayscale: #AEAEAE. Windows color (decimal): -3164875 or 3519951. OLE color: 3519951.

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

Color convert

RGB 207 181 53 -
CMYK 0 0.13 0.74 0.19
HSL 49.87º 0.62% 0.51% -
HSV(B) 49.87º 0.74% 0.81% -
XYZ 42.9 46.57 10.1 -
YUV 174.18 59.61 151.41 -
System Red Green Blue C M Y K H S L
Decimal 207 181 53 0 0.13 0.74 0.19 49.87 0.62 0.51
Hex CF B5 35 0 D 4A 13 32 3E 33
Octal 317 265 65 0 15 112 23 62 76 63
Binary 11001111 10110101 110101 0 1101 1001010 10011 110010 111110 110011

Color Harmonies of #CFB535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB535

Black with #CFB535

Text Example


Text Example

White with #CFB535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB535; }

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

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

background-color css

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

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

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

border-color css

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

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

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