Html Css Color HEX #CBA635 Metallic Gold

📋 copy color: '#CBA635'

red 203 ◦ green 166 ◦ blue 53

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

Shades of Metallic Gold #CBA635

Tints of Metallic Gold #CBA635

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 12.56%

R = 48.1%
G = 39.34%
B = 12.56%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.74

 K value IS 0.20

RGB Variations

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

Color information

#CBA635 (or 0xCBA635) is known color: Metallic Gold. HEX triplet: CB, A6 and 35. RGB value is (203,166,53). Sum of RGB (Red+Green+Blue) = 203+166+53=422 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.10% from 422); Green value is 166 (65.23% from 255 or 39.34% from 422); Blue value is 53 (21.09% from 255 or 12.56% from 422); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA635 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA635 is #3459CA. Grayscale: #A4A4A4. Windows color (decimal): -3430859 or 3516107. OLE color: 3516107.

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

Color convert

RGB 203 166 53 -
CMYK 0 0.18 0.74 0.20
HSL 45.2º 0.59% 0.5% -
HSV(B) 45.2º 0.74% 0.8% -
XYZ 38.91 40.23 9.08 -
YUV 164.18 65.26 155.69 -
System Red Green Blue C M Y K H S L
Decimal 203 166 53 0 0.18 0.74 0.20 45.2 0.59 0.5
Hex CB A6 35 0 12 4A 14 2D 3B 32
Octal 313 246 65 0 22 112 24 55 73 62
Binary 11001011 10100110 110101 0 10010 1001010 10100 101101 111011 110010

Color Harmonies of #CBA635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA635

Black with #CBA635

Text Example


Text Example

White with #CBA635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA635; }

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

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

background-color css

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

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

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

border-color css

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

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

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