Html Css Color HEX #CFBF45 Old Gold

📋 copy color: '#CFBF45'

red 207 ◦ green 191 ◦ blue 69

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

Shades of Old Gold #CFBF45

Tints of Old Gold #CFBF45

RGB

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

 GREEN value IS 191 (75% from 255) = 40.9%

 BLUE value IS 69 (27.34% from 255) = 14.78%

R = 44.33%
G = 40.9%
B = 14.78%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.67

 K value IS 0.19

RGB Variations

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

Color information

#CFBF45 (or 0xCFBF45) is known color: Old Gold. HEX triplet: CF, BF and 45. RGB value is (207,191,69). Sum of RGB (Red+Green+Blue) = 207+191+69=467 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.33% from 467); Green value is 191 (75% from 255 or 40.90% from 467); Blue value is 69 (27.34% from 255 or 14.78% from 467); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBF45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFBF45 is #3040BA. Grayscale: #B6B6B6. Windows color (decimal): -3162299 or 4571087. OLE color: 4571087.

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

Color convert

RGB 207 191 69 -
CMYK 0 0.08 0.67 0.19
HSL 53.04º 0.59% 0.54% -
HSV(B) 53.04º 0.67% 0.81% -
XYZ 45.44 50.96 13.07 -
YUV 181.88 64.3 145.92 -
System Red Green Blue C M Y K H S L
Decimal 207 191 69 0 0.08 0.67 0.19 53.04 0.59 0.54
Hex CF BF 45 0 8 43 13 35 3B 36
Octal 317 277 105 0 10 103 23 65 73 66
Binary 11001111 10111111 1000101 0 1000 1000011 10011 110101 111011 110110

Color Harmonies of #CFBF45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFBF45

Black with #CFBF45

Text Example


Text Example

White with #CFBF45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFBF45; }

 p { color: rgb(207,191,69); }

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

background-color css

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

 a { background-color: rgb(207,191,69); }

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

border-color css

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

 span { border-color: rgb(207,191,69); }

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