Html Css Color HEX #CBA935 Metallic Gold

📋 copy color: '#CBA935'

red 203 ◦ green 169 ◦ blue 53

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

Shades of Metallic Gold #CBA935

Tints of Metallic Gold #CBA935

RGB

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

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

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

R = 47.76%
G = 39.76%
B = 12.47%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.74

 K value IS 0.20

RGB Variations

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

Color information

#CBA935 (or 0xCBA935) is known color: Metallic Gold. HEX triplet: CB, A9 and 35. RGB value is (203,169,53). Sum of RGB (Red+Green+Blue) = 203+169+53=425 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.76% from 425); Green value is 169 (66.41% from 255 or 39.76% from 425); Blue value is 53 (21.09% from 255 or 12.47% from 425); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA935 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA935 is #3456CA. Grayscale: #A6A6A6. Windows color (decimal): -3430091 or 3516875. OLE color: 3516875.

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

Color convert

RGB 203 169 53 -
CMYK 0 0.17 0.74 0.20
HSL 46.4º 0.59% 0.5% -
HSV(B) 46.4º 0.74% 0.8% -
XYZ 39.46 41.33 9.27 -
YUV 165.94 64.26 154.43 -
System Red Green Blue C M Y K H S L
Decimal 203 169 53 0 0.17 0.74 0.20 46.4 0.59 0.5
Hex CB A9 35 0 11 4A 14 2E 3B 32
Octal 313 251 65 0 21 112 24 56 73 62
Binary 11001011 10101001 110101 0 10001 1001010 10100 101110 111011 110010

Color Harmonies of #CBA935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA935

Black with #CBA935

Text Example


Text Example

White with #CBA935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA935; }

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

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

background-color css

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

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

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

border-color css

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

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

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