Html Css Color HEX #CBAC2D Metallic Gold

📋 copy color: '#CBAC2D'

red 203 ◦ green 172 ◦ blue 45

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

Shades of Metallic Gold #CBAC2D

Tints of Metallic Gold #CBAC2D

RGB

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

 GREEN value IS 172 (67.58% from 255) = 40.95%

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

R = 48.33%
G = 40.95%
B = 10.71%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.78

 K value IS 0.20

RGB Variations

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

Color information

#CBAC2D (or 0xCBAC2D) is known color: Metallic Gold. HEX triplet: CB, AC and 2D. RGB value is (203,172,45). Sum of RGB (Red+Green+Blue) = 203+172+45=420 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.33% from 420); Green value is 172 (67.58% from 255 or 40.95% from 420); Blue value is 45 (17.97% from 255 or 10.71% from 420); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAC2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBAC2D is #3453D2. Grayscale: #A7A7A7. Windows color (decimal): -3429331 or 2993355. OLE color: 2993355.

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

Color convert

RGB 203 172 45 -
CMYK 0 0.15 0.78 0.20
HSL 48.23º 0.64% 0.49% -
HSV(B) 48.23º 0.78% 0.8% -
XYZ 39.85 42.39 8.56 -
YUV 166.79 59.27 153.83 -
System Red Green Blue C M Y K H S L
Decimal 203 172 45 0 0.15 0.78 0.20 48.23 0.64 0.49
Hex CB AC 2D 0 F 4E 14 30 40 31
Octal 313 254 55 0 17 116 24 60 100 61
Binary 11001011 10101100 101101 0 1111 1001110 10100 110000 1000000 110001

Color Harmonies of #CBAC2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBAC2D

Black with #CBAC2D

Text Example


Text Example

White with #CBAC2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBAC2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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