Html Css Color HEX #CFBB41 Old Gold

📋 copy color: '#CFBB41'

red 207 ◦ green 187 ◦ blue 65

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

Shades of Old Gold #CFBB41

Tints of Old Gold #CFBB41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 14.16%

R = 45.1%
G = 40.74%
B = 14.16%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#CFBB41 (or 0xCFBB41) is known color: Old Gold. HEX triplet: CF, BB and 41. RGB value is (207,187,65). Sum of RGB (Red+Green+Blue) = 207+187+65=459 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.10% from 459); Green value is 187 (73.44% from 255 or 40.74% from 459); Blue value is 65 (25.78% from 255 or 14.16% from 459); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBB41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFBB41 is #3044BE. Grayscale: #B3B3B3. Windows color (decimal): -3163327 or 4307919. OLE color: 4307919.

HSL color Cylindrical-coordinate representation of color #CFBB41: hue angle of 51.55º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CFBB41 is Cyan = 0, Magento = 0.10, Yellow = 0.69 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 187 65 -
CMYK 0 0.10 0.69 0.19
HSL 51.55º 0.6% 0.53% -
HSV(B) 51.55º 0.69% 0.81% -
XYZ 44.46 49.19 12.15 -
YUV 179.07 63.63 147.92 -
System Red Green Blue C M Y K H S L
Decimal 207 187 65 0 0.10 0.69 0.19 51.55 0.6 0.53
Hex CF BB 41 0 A 45 13 34 3C 35
Octal 317 273 101 0 12 105 23 64 74 65
Binary 11001111 10111011 1000001 0 1010 1000101 10011 110100 111100 110101

Color Harmonies of #CFBB41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFBB41

Black with #CFBB41

Text Example


Text Example

White with #CFBB41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFBB41; }

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

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

background-color css

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

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

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

border-color css

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

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

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