Html Css Color HEX #CFAB33 Metallic Gold

📋 copy color: '#CFAB33'

red 207 ◦ green 171 ◦ blue 51

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

Shades of Metallic Gold #CFAB33

Tints of Metallic Gold #CFAB33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 11.89%

R = 48.25%
G = 39.86%
B = 11.89%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.75

 K value IS 0.19

RGB Variations

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

Color information

#CFAB33 (or 0xCFAB33) is known color: Metallic Gold. HEX triplet: CF, AB and 33. RGB value is (207,171,51). Sum of RGB (Red+Green+Blue) = 207+171+51=429 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.25% from 429); Green value is 171 (67.19% from 255 or 39.86% from 429); Blue value is 51 (20.31% from 255 or 11.89% from 429); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAB33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFAB33 is #3054CC. Grayscale: #A8A8A8. Windows color (decimal): -3167437 or 3386319. OLE color: 3386319.

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

Color convert

RGB 207 171 51 -
CMYK 0 0.17 0.75 0.19
HSL 46.15º 0.62% 0.51% -
HSV(B) 46.15º 0.75% 0.81% -
XYZ 40.89 42.63 9.21 -
YUV 168.08 61.93 155.76 -
System Red Green Blue C M Y K H S L
Decimal 207 171 51 0 0.17 0.75 0.19 46.15 0.62 0.51
Hex CF AB 33 0 11 4B 13 2E 3E 33
Octal 317 253 63 0 21 113 23 56 76 63
Binary 11001111 10101011 110011 0 10001 1001011 10011 101110 111110 110011

Color Harmonies of #CFAB33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAB33

Black with #CFAB33

Text Example


Text Example

White with #CFAB33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAB33; }

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

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

background-color css

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

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

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

border-color css

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

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

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