Html Css Color HEX #CBAB34 Metallic Gold

📋 copy color: '#CBAB34'

red 203 ◦ green 171 ◦ blue 52

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

Shades of Metallic Gold #CBAB34

Tints of Metallic Gold #CBAB34

RGB

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

 GREEN value IS 171 (67.19% from 255) = 40.14%

 BLUE value IS 52 (20.7% from 255) = 12.21%

R = 47.65%
G = 40.14%
B = 12.21%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.74

 K value IS 0.20

RGB Variations

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

Color information

#CBAB34 (or 0xCBAB34) is known color: Metallic Gold. HEX triplet: CB, AB and 34. RGB value is (203,171,52). Sum of RGB (Red+Green+Blue) = 203+171+52=426 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.65% from 426); Green value is 171 (67.19% from 255 or 40.14% from 426); Blue value is 52 (20.70% from 255 or 12.21% from 426); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAB34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBAB34 is #3454CB. Grayscale: #A7A7A7. Windows color (decimal): -3429580 or 3451851. OLE color: 3451851.

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

Color convert

RGB 203 171 52 -
CMYK 0 0.16 0.74 0.20
HSL 47.28º 0.59% 0.5% -
HSV(B) 47.28º 0.74% 0.8% -
XYZ 39.81 42.07 9.27 -
YUV 167 63.1 153.68 -
System Red Green Blue C M Y K H S L
Decimal 203 171 52 0 0.16 0.74 0.20 47.28 0.59 0.5
Hex CB AB 34 0 10 4A 14 2F 3B 32
Octal 313 253 64 0 20 112 24 57 73 62
Binary 11001011 10101011 110100 0 10000 1001010 10100 101111 111011 110010

Color Harmonies of #CBAB34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBAB34

Black with #CBAB34

Text Example


Text Example

White with #CBAB34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBAB34; }

 p { color: rgb(203,171,52); }

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

background-color css

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

 a { background-color: rgb(203,171,52); }

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

border-color css

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

 span { border-color: rgb(203,171,52); }

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