Html Css Color HEX #CFBB44 Old Gold

📋 copy color: '#CFBB44'

red 207 ◦ green 187 ◦ blue 68

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

Shades of Old Gold #CFBB44

Tints of Old Gold #CFBB44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 14.72%

R = 44.81%
G = 40.48%
B = 14.72%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.67

 K value IS 0.19

RGB Variations

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

Color information

#CFBB44 (or 0xCFBB44) is known color: Old Gold. HEX triplet: CF, BB and 44. RGB value is (207,187,68). Sum of RGB (Red+Green+Blue) = 207+187+68=462 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.81% from 462); Green value is 187 (73.44% from 255 or 40.48% from 462); Blue value is 68 (26.95% from 255 or 14.72% from 462); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBB44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFBB44 is #3044BB. Grayscale: #B3B3B3. Windows color (decimal): -3163324 or 4504527. OLE color: 4504527.

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

Color convert

RGB 207 187 68 -
CMYK 0 0.10 0.67 0.19
HSL 51.37º 0.59% 0.54% -
HSV(B) 51.37º 0.67% 0.81% -
XYZ 44.55 49.22 12.62 -
YUV 179.41 65.13 147.68 -
System Red Green Blue C M Y K H S L
Decimal 207 187 68 0 0.10 0.67 0.19 51.37 0.59 0.54
Hex CF BB 44 0 A 43 13 33 3B 36
Octal 317 273 104 0 12 103 23 63 73 66
Binary 11001111 10111011 1000100 0 1010 1000011 10011 110011 111011 110110

Color Harmonies of #CFBB44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFBB44

Black with #CFBB44

Text Example


Text Example

White with #CFBB44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFBB44; }

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

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

background-color css

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

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

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

border-color css

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

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

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