Html Css Color HEX #CBA435 Metallic Gold

📋 copy color: '#CBA435'

red 203 ◦ green 164 ◦ blue 53

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

Shades of Metallic Gold #CBA435

Tints of Metallic Gold #CBA435

RGB

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

 GREEN value IS 164 (64.45% from 255) = 39.05%

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

R = 48.33%
G = 39.05%
B = 12.62%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.74

 K value IS 0.20

RGB Variations

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

Color information

#CBA435 (or 0xCBA435) is known color: Metallic Gold. HEX triplet: CB, A4 and 35. RGB value is (203,164,53). Sum of RGB (Red+Green+Blue) = 203+164+53=420 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.33% from 420); Green value is 164 (64.45% from 255 or 39.05% from 420); Blue value is 53 (21.09% from 255 or 12.62% from 420); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA435 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA435 is #345BCA. Grayscale: #A3A3A3. Windows color (decimal): -3431371 or 3515595. OLE color: 3515595.

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

Color convert

RGB 203 164 53 -
CMYK 0 0.19 0.74 0.20
HSL 44.4º 0.59% 0.5% -
HSV(B) 44.4º 0.74% 0.8% -
XYZ 38.55 39.5 8.96 -
YUV 163.01 65.92 156.53 -
System Red Green Blue C M Y K H S L
Decimal 203 164 53 0 0.19 0.74 0.20 44.4 0.59 0.5
Hex CB A4 35 0 13 4A 14 2C 3B 32
Octal 313 244 65 0 23 112 24 54 73 62
Binary 11001011 10100100 110101 0 10011 1001010 10100 101100 111011 110010

Color Harmonies of #CBA435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA435

Black with #CBA435

Text Example


Text Example

White with #CBA435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA435; }

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

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

background-color css

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

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

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

border-color css

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

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

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