Html Css Color HEX #CFBB35 Old Gold

📋 copy color: '#CFBB35'

red 207 ◦ green 187 ◦ blue 53

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

Shades of Old Gold #CFBB35

Tints of Old Gold #CFBB35

RGB

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

 GREEN value IS 187 (73.44% from 255) = 41.83%

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

R = 46.31%
G = 41.83%
B = 11.86%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.74

 K value IS 0.19

RGB Variations

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

Color information

#CFBB35 (or 0xCFBB35) is known color: Old Gold. HEX triplet: CF, BB and 35. RGB value is (207,187,53). Sum of RGB (Red+Green+Blue) = 207+187+53=447 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.31% from 447); Green value is 187 (73.44% from 255 or 41.83% from 447); Blue value is 53 (21.09% from 255 or 11.86% from 447); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBB35 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFBB35 is #3044CA. Grayscale: #B2B2B2. Windows color (decimal): -3163339 or 3521487. OLE color: 3521487.

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

Color convert

RGB 207 187 53 -
CMYK 0 0.10 0.74 0.19
HSL 52.21º 0.62% 0.51% -
HSV(B) 52.21º 0.74% 0.81% -
XYZ 44.15 49.06 10.51 -
YUV 177.7 57.63 148.9 -
System Red Green Blue C M Y K H S L
Decimal 207 187 53 0 0.10 0.74 0.19 52.21 0.62 0.51
Hex CF BB 35 0 A 4A 13 34 3E 33
Octal 317 273 65 0 12 112 23 64 76 63
Binary 11001111 10111011 110101 0 1010 1001010 10011 110100 111110 110011

Color Harmonies of #CFBB35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFBB35

Black with #CFBB35

Text Example


Text Example

White with #CFBB35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFBB35; }

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

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

background-color css

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

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

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

border-color css

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

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

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