Html Css Color HEX #CFB42C Metallic Gold

📋 copy color: '#CFB42C'

red 207 ◦ green 180 ◦ blue 44

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

Shades of Metallic Gold #CFB42C

Tints of Metallic Gold #CFB42C

RGB

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

 GREEN value IS 180 (70.7% from 255) = 41.76%

 BLUE value IS 44 (17.58% from 255) = 10.21%

R = 48.03%
G = 41.76%
B = 10.21%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.79

 K value IS 0.19

RGB Variations

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

Color information

#CFB42C (or 0xCFB42C) is known color: Metallic Gold. HEX triplet: CF, B4 and 2C. RGB value is (207,180,44). Sum of RGB (Red+Green+Blue) = 207+180+44=431 (57% of max value = 765). Red value is 207 (81.25% from 255 or 48.03% from 431); Green value is 180 (70.70% from 255 or 41.76% from 431); Blue value is 44 (17.58% from 255 or 10.21% from 431); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB42C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFB42C is #304BD3. Grayscale: #ADADAD. Windows color (decimal): -3165140 or 2929871. OLE color: 2929871.

HSL color Cylindrical-coordinate representation of color #CFB42C: hue angle of 50.06º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CFB42C is Cyan = 0, Magento = 0.13, Yellow = 0.79 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 180 44 -
CMYK 0 0.13 0.79 0.19
HSL 50.06º 0.65% 0.49% -
HSV(B) 50.06º 0.79% 0.81% -
XYZ 42.51 46.09 9.04 -
YUV 172.57 55.45 152.56 -
System Red Green Blue C M Y K H S L
Decimal 207 180 44 0 0.13 0.79 0.19 50.06 0.65 0.49
Hex CF B4 2C 0 D 4F 13 32 41 31
Octal 317 264 54 0 15 117 23 62 101 61
Binary 11001111 10110100 101100 0 1101 1001111 10011 110010 1000001 110001

Color Harmonies of #CFB42C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB42C

Black with #CFB42C

Text Example


Text Example

White with #CFB42C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB42C; }

 p { color: rgb(207,180,44); }

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

background-color css

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

 a { background-color: rgb(207,180,44); }

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

border-color css

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

 span { border-color: rgb(207,180,44); }

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