Html Css Color HEX #CFB429 Metallic Gold

📋 copy color: '#CFB429'

red 207 ◦ green 180 ◦ blue 41

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

Shades of Metallic Gold #CFB429

Tints of Metallic Gold #CFB429

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 9.58%

R = 48.36%
G = 42.06%
B = 9.58%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.80

 K value IS 0.19

RGB Variations

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

Color information

#CFB429 (or 0xCFB429) is known color: Metallic Gold. HEX triplet: CF, B4 and 29. RGB value is (207,180,41). Sum of RGB (Red+Green+Blue) = 207+180+41=428 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.36% from 428); Green value is 180 (70.70% from 255 or 42.06% from 428); Blue value is 41 (16.41% from 255 or 9.58% from 428); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB429 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFB429 is #304BD6. Grayscale: #ACACAC. Windows color (decimal): -3165143 or 2733263. OLE color: 2733263.

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

Color convert

RGB 207 180 41 -
CMYK 0 0.13 0.80 0.19
HSL 50.24º 0.67% 0.49% -
HSV(B) 50.24º 0.8% 0.81% -
XYZ 42.45 46.07 8.75 -
YUV 172.23 53.95 152.8 -
System Red Green Blue C M Y K H S L
Decimal 207 180 41 0 0.13 0.80 0.19 50.24 0.67 0.49
Hex CF B4 29 0 D 50 13 32 43 31
Octal 317 264 51 0 15 120 23 62 103 61
Binary 11001111 10110100 101001 0 1101 1010000 10011 110010 1000011 110001

Color Harmonies of #CFB429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB429

Black with #CFB429

Text Example


Text Example

White with #CFB429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB429; }

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

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

background-color css

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

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

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

border-color css

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

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

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