Html Css Color HEX #CFB42D Metallic Gold

📋 copy color: '#CFB42D'

red 207 ◦ green 180 ◦ blue 45

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

Shades of Metallic Gold #CFB42D

Tints of Metallic Gold #CFB42D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 10.42%

R = 47.92%
G = 41.67%
B = 10.42%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.78

 K value IS 0.19

RGB Variations

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

Color information

#CFB42D (or 0xCFB42D) is known color: Metallic Gold. HEX triplet: CF, B4 and 2D. RGB value is (207,180,45). Sum of RGB (Red+Green+Blue) = 207+180+45=432 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.92% from 432); Green value is 180 (70.70% from 255 or 41.67% from 432); Blue value is 45 (17.97% from 255 or 10.42% from 432); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB42D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFB42D is #304BD2. Grayscale: #ADADAD. Windows color (decimal): -3165139 or 2995407. OLE color: 2995407.

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

Color convert

RGB 207 180 45 -
CMYK 0 0.13 0.78 0.19
HSL 50º 0.64% 0.49% -
HSV(B) 50º 0.78% 0.81% -
XYZ 42.53 46.1 9.14 -
YUV 172.68 55.95 152.48 -
System Red Green Blue C M Y K H S L
Decimal 207 180 45 0 0.13 0.78 0.19 50 0.64 0.49
Hex CF B4 2D 0 D 4E 13 32 40 31
Octal 317 264 55 0 15 116 23 62 100 61
Binary 11001111 10110100 101101 0 1101 1001110 10011 110010 1000000 110001

Color Harmonies of #CFB42D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB42D

Black with #CFB42D

Text Example


Text Example

White with #CFB42D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB42D; }

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

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

background-color css

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

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

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

border-color css

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

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

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