Html Css Color HEX #CFAB44 Metallic Gold

📋 copy color: '#CFAB44'

red 207 ◦ green 171 ◦ blue 68

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

Shades of Metallic Gold #CFAB44

Tints of Metallic Gold #CFAB44

RGB

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

 GREEN value IS 171 (67.19% from 255) = 38.34%

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

R = 46.41%
G = 38.34%
B = 15.25%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.67

 K value IS 0.19

RGB Variations

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

Color information

#CFAB44 (or 0xCFAB44) is known color: Metallic Gold. HEX triplet: CF, AB and 44. RGB value is (207,171,68). Sum of RGB (Red+Green+Blue) = 207+171+68=446 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.41% from 446); Green value is 171 (67.19% from 255 or 38.34% from 446); Blue value is 68 (26.95% from 255 or 15.25% from 446); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAB44 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFAB44 is #3054BB. Grayscale: #AAAAAA. Windows color (decimal): -3167420 or 4500431. OLE color: 4500431.

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

Color convert

RGB 207 171 68 -
CMYK 0 0.17 0.67 0.19
HSL 44.46º 0.59% 0.54% -
HSV(B) 44.46º 0.67% 0.81% -
XYZ 41.34 42.81 11.55 -
YUV 170.02 70.43 154.38 -
System Red Green Blue C M Y K H S L
Decimal 207 171 68 0 0.17 0.67 0.19 44.46 0.59 0.54
Hex CF AB 44 0 11 43 13 2C 3B 36
Octal 317 253 104 0 21 103 23 54 73 66
Binary 11001111 10101011 1000100 0 10001 1000011 10011 101100 111011 110110

Color Harmonies of #CFAB44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAB44

Black with #CFAB44

Text Example


Text Example

White with #CFAB44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAB44; }

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

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

background-color css

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

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

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

border-color css

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

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

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