Html Css Color HEX #CFB133 Metallic Gold

📋 copy color: '#CFB133'

red 207 ◦ green 177 ◦ blue 51

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

Shades of Metallic Gold #CFB133

Tints of Metallic Gold #CFB133

RGB

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

 GREEN value IS 177 (69.53% from 255) = 40.69%

 BLUE value IS 51 (20.31% from 255) = 11.72%

R = 47.59%
G = 40.69%
B = 11.72%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.75

 K value IS 0.19

RGB Variations

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

Color information

#CFB133 (or 0xCFB133) is known color: Metallic Gold. HEX triplet: CF, B1 and 33. RGB value is (207,177,51). Sum of RGB (Red+Green+Blue) = 207+177+51=435 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.59% from 435); Green value is 177 (69.53% from 255 or 40.69% from 435); Blue value is 51 (20.31% from 255 or 11.72% from 435); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB133 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFB133 is #304ECC. Grayscale: #ACACAC. Windows color (decimal): -3165901 or 3387855. OLE color: 3387855.

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

Color convert

RGB 207 177 51 -
CMYK 0 0.14 0.75 0.19
HSL 48.46º 0.62% 0.51% -
HSV(B) 48.46º 0.75% 0.81% -
XYZ 42.05 44.95 9.59 -
YUV 171.61 59.94 153.25 -
System Red Green Blue C M Y K H S L
Decimal 207 177 51 0 0.14 0.75 0.19 48.46 0.62 0.51
Hex CF B1 33 0 E 4B 13 30 3E 33
Octal 317 261 63 0 16 113 23 60 76 63
Binary 11001111 10110001 110011 0 1110 1001011 10011 110000 111110 110011

Color Harmonies of #CFB133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB133

Black with #CFB133

Text Example


Text Example

White with #CFB133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB133; }

 p { color: rgb(207,177,51); }

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

background-color css

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

 a { background-color: rgb(207,177,51); }

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

border-color css

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

 span { border-color: rgb(207,177,51); }

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