Html Css Color HEX #CFBB4A Old Gold

📋 copy color: '#CFBB4A'

red 207 ◦ green 187 ◦ blue 74

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

Shades of Old Gold #CFBB4A

Tints of Old Gold #CFBB4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 15.81%

R = 44.23%
G = 39.96%
B = 15.81%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.64

 K value IS 0.19

RGB Variations

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

Color information

#CFBB4A (or 0xCFBB4A) is known color: Old Gold. HEX triplet: CF, BB and 4A. RGB value is (207,187,74). Sum of RGB (Red+Green+Blue) = 207+187+74=468 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.23% from 468); Green value is 187 (73.44% from 255 or 39.96% from 468); Blue value is 74 (29.30% from 255 or 15.81% from 468); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBB4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFBB4A is #3044B5. Grayscale: #B4B4B4. Windows color (decimal): -3163318 or 4897743. OLE color: 4897743.

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

Color convert

RGB 207 187 74 -
CMYK 0 0.10 0.64 0.19
HSL 50.98º 0.58% 0.55% -
HSV(B) 50.98º 0.64% 0.81% -
XYZ 44.74 49.3 13.64 -
YUV 180.1 68.13 147.19 -
System Red Green Blue C M Y K H S L
Decimal 207 187 74 0 0.10 0.64 0.19 50.98 0.58 0.55
Hex CF BB 4A 0 A 40 13 33 3A 37
Octal 317 273 112 0 12 100 23 63 72 67
Binary 11001111 10111011 1001010 0 1010 1000000 10011 110011 111010 110111

Color Harmonies of #CFBB4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFBB4A

Black with #CFBB4A

Text Example


Text Example

White with #CFBB4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFBB4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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