Html Css Color HEX #CFAB37 Metallic Gold

📋 copy color: '#CFAB37'

red 207 ◦ green 171 ◦ blue 55

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

Shades of Metallic Gold #CFAB37

Tints of Metallic Gold #CFAB37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 12.7%

R = 47.81%
G = 39.49%
B = 12.7%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.73

 K value IS 0.19

RGB Variations

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

Color information

#CFAB37 (or 0xCFAB37) is known color: Metallic Gold. HEX triplet: CF, AB and 37. RGB value is (207,171,55). Sum of RGB (Red+Green+Blue) = 207+171+55=433 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.81% from 433); Green value is 171 (67.19% from 255 or 39.49% from 433); Blue value is 55 (21.88% from 255 or 12.70% from 433); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAB37 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFAB37 is #3054C8. Grayscale: #A9A9A9. Windows color (decimal): -3167433 or 3648463. OLE color: 3648463.

HSL color Cylindrical-coordinate representation of color #CFAB37: hue angle of 45.79º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CFAB37 is Cyan = 0, Magento = 0.17, Yellow = 0.73 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 171 55 -
CMYK 0 0.17 0.73 0.19
HSL 45.79º 0.61% 0.51% -
HSV(B) 45.79º 0.73% 0.81% -
XYZ 40.98 42.67 9.69 -
YUV 168.54 63.93 155.43 -
System Red Green Blue C M Y K H S L
Decimal 207 171 55 0 0.17 0.73 0.19 45.79 0.61 0.51
Hex CF AB 37 0 11 49 13 2E 3D 33
Octal 317 253 67 0 21 111 23 56 75 63
Binary 11001111 10101011 110111 0 10001 1001001 10011 101110 111101 110011

Color Harmonies of #CFAB37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAB37

Black with #CFAB37

Text Example


Text Example

White with #CFAB37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAB37; }

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

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

background-color css

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

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

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

border-color css

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

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

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