Html Css Color HEX #CBA633 Metallic Gold

📋 copy color: '#CBA633'

red 203 ◦ green 166 ◦ blue 51

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

Shades of Metallic Gold #CBA633

Tints of Metallic Gold #CBA633

RGB

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

 GREEN value IS 166 (65.23% from 255) = 39.52%

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

R = 48.33%
G = 39.52%
B = 12.14%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.75

 K value IS 0.20

RGB Variations

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

Color information

#CBA633 (or 0xCBA633) is known color: Metallic Gold. HEX triplet: CB, A6 and 33. RGB value is (203,166,51). Sum of RGB (Red+Green+Blue) = 203+166+51=420 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.33% from 420); Green value is 166 (65.23% from 255 or 39.52% from 420); Blue value is 51 (20.31% from 255 or 12.14% from 420); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA633 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA633 is #3459CC. Grayscale: #A4A4A4. Windows color (decimal): -3430861 or 3385035. OLE color: 3385035.

HSL color Cylindrical-coordinate representation of color #CBA633: hue angle of 45.39º 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 #CBA633 is Cyan = 0, Magento = 0.18, Yellow = 0.75 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 166 51 -
CMYK 0 0.18 0.75 0.20
HSL 45.39º 0.6% 0.5% -
HSV(B) 45.39º 0.75% 0.8% -
XYZ 38.86 40.21 8.84 -
YUV 163.95 64.26 155.85 -
System Red Green Blue C M Y K H S L
Decimal 203 166 51 0 0.18 0.75 0.20 45.39 0.6 0.5
Hex CB A6 33 0 12 4B 14 2D 3C 32
Octal 313 246 63 0 22 113 24 55 74 62
Binary 11001011 10100110 110011 0 10010 1001011 10100 101101 111100 110010

Color Harmonies of #CBA633

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA633

Black with #CBA633

Text Example


Text Example

White with #CBA633

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA633; }

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

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

background-color css

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

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

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

border-color css

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

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

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