Html Css Color HEX #CBAB2D Metallic Gold

📋 copy color: '#CBAB2D'

red 203 ◦ green 171 ◦ blue 45

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

Shades of Metallic Gold #CBAB2D

Tints of Metallic Gold #CBAB2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 10.74%

R = 48.45%
G = 40.81%
B = 10.74%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.78

 K value IS 0.20

RGB Variations

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

Color information

#CBAB2D (or 0xCBAB2D) is known color: Metallic Gold. HEX triplet: CB, AB and 2D. RGB value is (203,171,45). Sum of RGB (Red+Green+Blue) = 203+171+45=419 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.45% from 419); Green value is 171 (67.19% from 255 or 40.81% from 419); Blue value is 45 (17.97% from 255 or 10.74% from 419); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAB2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBAB2D is #3454D2. Grayscale: #A6A6A6. Windows color (decimal): -3429587 or 2993099. OLE color: 2993099.

HSL color Cylindrical-coordinate representation of color #CBAB2D: hue angle of 47.85º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CBAB2D is Cyan = 0, Magento = 0.16, Yellow = 0.78 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 171 45 -
CMYK 0 0.16 0.78 0.20
HSL 47.85º 0.64% 0.49% -
HSV(B) 47.85º 0.78% 0.8% -
XYZ 39.67 42.01 8.5 -
YUV 166.2 59.6 154.25 -
System Red Green Blue C M Y K H S L
Decimal 203 171 45 0 0.16 0.78 0.20 47.85 0.64 0.49
Hex CB AB 2D 0 10 4E 14 30 40 31
Octal 313 253 55 0 20 116 24 60 100 61
Binary 11001011 10101011 101101 0 10000 1001110 10100 110000 1000000 110001

Color Harmonies of #CBAB2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBAB2D

Black with #CBAB2D

Text Example


Text Example

White with #CBAB2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBAB2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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