Html Css Color HEX #CFBF40 Old Gold

📋 copy color: '#CFBF40'

red 207 ◦ green 191 ◦ blue 64

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

Shades of Old Gold #CFBF40

Tints of Old Gold #CFBF40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 13.85%

R = 44.81%
G = 41.34%
B = 13.85%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#CFBF40 (or 0xCFBF40) is known color: Old Gold. HEX triplet: CF, BF and 40. RGB value is (207,191,64). Sum of RGB (Red+Green+Blue) = 207+191+64=462 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.81% from 462); Green value is 191 (75% from 255 or 41.34% from 462); Blue value is 64 (25.39% from 255 or 13.85% from 462); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBF40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFBF40 is #3040BF. Grayscale: #B5B5B5. Windows color (decimal): -3162304 or 4243407. OLE color: 4243407.

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

Color convert

RGB 207 191 64 -
CMYK 0 0.08 0.69 0.19
HSL 53.29º 0.6% 0.53% -
HSV(B) 53.29º 0.69% 0.81% -
XYZ 45.29 50.9 12.29 -
YUV 181.31 61.8 146.33 -
System Red Green Blue C M Y K H S L
Decimal 207 191 64 0 0.08 0.69 0.19 53.29 0.6 0.53
Hex CF BF 40 0 8 45 13 35 3C 35
Octal 317 277 100 0 10 105 23 65 74 65
Binary 11001111 10111111 1000000 0 1000 1000101 10011 110101 111100 110101

Color Harmonies of #CFBF40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFBF40

Black with #CFBF40

Text Example


Text Example

White with #CFBF40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFBF40; }

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

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

background-color css

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

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

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

border-color css

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

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

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