Html Css Color HEX #CBA933 Metallic Gold

📋 copy color: '#CBA933'

red 203 ◦ green 169 ◦ blue 51

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

Shades of Metallic Gold #CBA933

Tints of Metallic Gold #CBA933

RGB

 RED value IS 203 (79.69% from 255) = 47.99%

 GREEN value IS 169 (66.41% from 255) = 39.95%

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

R = 47.99%
G = 39.95%
B = 12.06%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.75

 K value IS 0.20

RGB Variations

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

Color information

#CBA933 (or 0xCBA933) is known color: Metallic Gold. HEX triplet: CB, A9 and 33. RGB value is (203,169,51). Sum of RGB (Red+Green+Blue) = 203+169+51=423 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.99% from 423); Green value is 169 (66.41% from 255 or 39.95% from 423); Blue value is 51 (20.31% from 255 or 12.06% from 423); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA933 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA933 is #3456CC. Grayscale: #A6A6A6. Windows color (decimal): -3430093 or 3385803. OLE color: 3385803.

HSL color Cylindrical-coordinate representation of color #CBA933: hue angle of 46.58º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CBA933 is Cyan = 0, Magento = 0.17, Yellow = 0.75 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 169 51 -
CMYK 0 0.17 0.75 0.20
HSL 46.58º 0.6% 0.5% -
HSV(B) 46.58º 0.75% 0.8% -
XYZ 39.41 41.31 9.03 -
YUV 165.71 63.26 154.59 -
System Red Green Blue C M Y K H S L
Decimal 203 169 51 0 0.17 0.75 0.20 46.58 0.6 0.5
Hex CB A9 33 0 11 4B 14 2F 3C 32
Octal 313 251 63 0 21 113 24 57 74 62
Binary 11001011 10101001 110011 0 10001 1001011 10100 101111 111100 110010

Color Harmonies of #CBA933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA933

Black with #CBA933

Text Example


Text Example

White with #CBA933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA933; }

 p { color: rgb(203,169,51); }

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

background-color css

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

 a { background-color: rgb(203,169,51); }

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

border-color css

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

 span { border-color: rgb(203,169,51); }

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