Html Css Color HEX #CFB32F Metallic Gold

📋 copy color: '#CFB32F'

red 207 ◦ green 179 ◦ blue 47

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

Shades of Metallic Gold #CFB32F

Tints of Metallic Gold #CFB32F

RGB

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

 GREEN value IS 179 (70.31% from 255) = 41.34%

 BLUE value IS 47 (18.75% from 255) = 10.85%

R = 47.81%
G = 41.34%
B = 10.85%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.77

 K value IS 0.19

RGB Variations

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

Color information

#CFB32F (or 0xCFB32F) is known color: Metallic Gold. HEX triplet: CF, B3 and 2F. RGB value is (207,179,47). Sum of RGB (Red+Green+Blue) = 207+179+47=433 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.81% from 433); Green value is 179 (70.31% from 255 or 41.34% from 433); Blue value is 47 (18.75% from 255 or 10.85% from 433); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB32F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFB32F is #304CD0. Grayscale: #ACACAC. Windows color (decimal): -3165393 or 3126223. OLE color: 3126223.

HSL color Cylindrical-coordinate representation of color #CFB32F: hue angle of 49.5º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CFB32F is Cyan = 0, Magento = 0.14, Yellow = 0.77 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 179 47 -
CMYK 0 0.14 0.77 0.19
HSL 49.5º 0.63% 0.5% -
HSV(B) 49.5º 0.77% 0.81% -
XYZ 42.37 45.71 9.28 -
YUV 172.32 57.28 152.73 -
System Red Green Blue C M Y K H S L
Decimal 207 179 47 0 0.14 0.77 0.19 49.5 0.63 0.5
Hex CF B3 2F 0 E 4D 13 32 3F 32
Octal 317 263 57 0 16 115 23 62 77 62
Binary 11001111 10110011 101111 0 1110 1001101 10011 110010 111111 110010

Color Harmonies of #CFB32F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB32F

Black with #CFB32F

Text Example


Text Example

White with #CFB32F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB32F; }

 p { color: rgb(207,179,47); }

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

background-color css

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

 a { background-color: rgb(207,179,47); }

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

border-color css

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

 span { border-color: rgb(207,179,47); }

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