Html Css Color HEX #CFB330 Metallic Gold

📋 copy color: '#CFB330'

red 207 ◦ green 179 ◦ blue 48

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

Shades of Metallic Gold #CFB330

Tints of Metallic Gold #CFB330

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 11.06%

R = 47.7%
G = 41.24%
B = 11.06%

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

#CFB330 (or 0xCFB330) is known color: Metallic Gold. HEX triplet: CF, B3 and 30. RGB value is (207,179,48). Sum of RGB (Red+Green+Blue) = 207+179+48=434 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.70% from 434); Green value is 179 (70.31% from 255 or 41.24% from 434); Blue value is 48 (19.14% from 255 or 11.06% from 434); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB330 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFB330 is #304CCF. Grayscale: #ACACAC. Windows color (decimal): -3165392 or 3191759. OLE color: 3191759.

HSL color Cylindrical-coordinate representation of color #CFB330: hue angle of 49.43º degrees, saturation: 0.62, 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 #CFB330 is Cyan = 0, Magento = 0.14, Yellow = 0.77 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 179 48 -
CMYK 0 0.14 0.77 0.19
HSL 49.43º 0.62% 0.5% -
HSV(B) 49.43º 0.77% 0.81% -
XYZ 42.39 45.72 9.39 -
YUV 172.44 57.78 152.65 -
System Red Green Blue C M Y K H S L
Decimal 207 179 48 0 0.14 0.77 0.19 49.43 0.62 0.5
Hex CF B3 30 0 E 4D 13 31 3E 32
Octal 317 263 60 0 16 115 23 61 76 62
Binary 11001111 10110011 110000 0 1110 1001101 10011 110001 111110 110010

Color Harmonies of #CFB330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB330

Black with #CFB330

Text Example


Text Example

White with #CFB330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB330; }

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

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

background-color css

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

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

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

border-color css

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

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

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