Html Css Color HEX #CFAC33 Metallic Gold

📋 copy color: '#CFAC33'

red 207 ◦ green 172 ◦ blue 51

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

Shades of Metallic Gold #CFAC33

Tints of Metallic Gold #CFAC33

RGB

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

 GREEN value IS 172 (67.58% from 255) = 40%

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

R = 48.14%
G = 40%
B = 11.86%

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

#CFAC33 (or 0xCFAC33) is known color: Metallic Gold. HEX triplet: CF, AC and 33. RGB value is (207,172,51). Sum of RGB (Red+Green+Blue) = 207+172+51=430 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.14% from 430); Green value is 172 (67.58% from 255 or 40% from 430); Blue value is 51 (20.31% from 255 or 11.86% from 430); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAC33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFAC33 is #3053CC. Grayscale: #A9A9A9. Windows color (decimal): -3167181 or 3386575. OLE color: 3386575.

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

Color convert

RGB 207 172 51 -
CMYK 0 0.17 0.75 0.19
HSL 46.54º 0.62% 0.51% -
HSV(B) 46.54º 0.75% 0.81% -
XYZ 41.08 43.01 9.27 -
YUV 168.67 61.6 155.34 -
System Red Green Blue C M Y K H S L
Decimal 207 172 51 0 0.17 0.75 0.19 46.54 0.62 0.51
Hex CF AC 33 0 11 4B 13 2F 3E 33
Octal 317 254 63 0 21 113 23 57 76 63
Binary 11001111 10101100 110011 0 10001 1001011 10011 101111 111110 110011

Color Harmonies of #CFAC33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAC33

Black with #CFAC33

Text Example


Text Example

White with #CFAC33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAC33; }

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

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

background-color css

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

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

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

border-color css

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

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

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