Html Css Color HEX #CFAF46 Old Gold

📋 copy color: '#CFAF46'

red 207 ◦ green 175 ◦ blue 70

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

Shades of Old Gold #CFAF46

Tints of Old Gold #CFAF46

RGB

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

 GREEN value IS 175 (68.75% from 255) = 38.72%

 BLUE value IS 70 (27.73% from 255) = 15.49%

R = 45.8%
G = 38.72%
B = 15.49%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.66

 K value IS 0.19

RGB Variations

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

Color information

#CFAF46 (or 0xCFAF46) is known color: Old Gold. HEX triplet: CF, AF and 46. RGB value is (207,175,70). Sum of RGB (Red+Green+Blue) = 207+175+70=452 (59% of max value = 765). Red value is 207 (81.25% from 255 or 45.80% from 452); Green value is 175 (68.75% from 255 or 38.72% from 452); Blue value is 70 (27.73% from 255 or 15.49% from 452); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAF46 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFAF46 is #3050B9. Grayscale: #ADADAD. Windows color (decimal): -3166394 or 4632527. OLE color: 4632527.

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

Color convert

RGB 207 175 70 -
CMYK 0 0.15 0.66 0.19
HSL 45.99º 0.59% 0.54% -
HSV(B) 45.99º 0.66% 0.81% -
XYZ 42.17 44.37 12.14 -
YUV 172.6 70.1 152.54 -
System Red Green Blue C M Y K H S L
Decimal 207 175 70 0 0.15 0.66 0.19 45.99 0.59 0.54
Hex CF AF 46 0 F 42 13 2E 3B 36
Octal 317 257 106 0 17 102 23 56 73 66
Binary 11001111 10101111 1000110 0 1111 1000010 10011 101110 111011 110110

Color Harmonies of #CFAF46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAF46

Black with #CFAF46

Text Example


Text Example

White with #CFAF46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAF46; }

 p { color: rgb(207,175,70); }

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

background-color css

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

 a { background-color: rgb(207,175,70); }

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

border-color css

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

 span { border-color: rgb(207,175,70); }

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