Html Css Color HEX #CBAB30 Metallic Gold

📋 copy color: '#CBAB30'

red 203 ◦ green 171 ◦ blue 48

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

Shades of Metallic Gold #CBAB30

Tints of Metallic Gold #CBAB30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 11.37%

R = 48.1%
G = 40.52%
B = 11.37%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.76

 K value IS 0.20

RGB Variations

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

Color information

#CBAB30 (or 0xCBAB30) is known color: Metallic Gold. HEX triplet: CB, AB and 30. RGB value is (203,171,48). Sum of RGB (Red+Green+Blue) = 203+171+48=422 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.10% from 422); Green value is 171 (67.19% from 255 or 40.52% from 422); Blue value is 48 (19.14% from 255 or 11.37% from 422); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAB30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBAB30 is #3454CF. Grayscale: #A7A7A7. Windows color (decimal): -3429584 or 3189707. OLE color: 3189707.

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

Color convert

RGB 203 171 48 -
CMYK 0 0.16 0.76 0.20
HSL 47.61º 0.62% 0.49% -
HSV(B) 47.61º 0.76% 0.8% -
XYZ 39.73 42.04 8.82 -
YUV 166.55 61.1 154 -
System Red Green Blue C M Y K H S L
Decimal 203 171 48 0 0.16 0.76 0.20 47.61 0.62 0.49
Hex CB AB 30 0 10 4C 14 30 3E 31
Octal 313 253 60 0 20 114 24 60 76 61
Binary 11001011 10101011 110000 0 10000 1001100 10100 110000 111110 110001

Color Harmonies of #CBAB30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBAB30

Black with #CBAB30

Text Example


Text Example

White with #CBAB30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBAB30; }

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

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

background-color css

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

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

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

border-color css

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

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

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