Html Css Color HEX #CBA23A Metallic Gold

📋 copy color: '#CBA23A'

red 203 ◦ green 162 ◦ blue 58

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

Shades of Metallic Gold #CBA23A

Tints of Metallic Gold #CBA23A

RGB

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

 GREEN value IS 162 (63.67% from 255) = 38.3%

 BLUE value IS 58 (23.05% from 255) = 13.71%

R = 47.99%
G = 38.3%
B = 13.71%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.71

 K value IS 0.20

RGB Variations

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

Color information

#CBA23A (or 0xCBA23A) is known color: Metallic Gold. HEX triplet: CB, A2 and 3A. RGB value is (203,162,58). Sum of RGB (Red+Green+Blue) = 203+162+58=423 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.99% from 423); Green value is 162 (63.67% from 255 or 38.30% from 423); Blue value is 58 (23.05% from 255 or 13.71% from 423); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA23A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA23A is #345DC5. Grayscale: #A2A2A2. Windows color (decimal): -3431878 or 3842763. OLE color: 3842763.

HSL color Cylindrical-coordinate representation of color #CBA23A: hue angle of 43.03º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CBA23A is Cyan = 0, Magento = 0.20, Yellow = 0.71 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 162 58 -
CMYK 0 0.20 0.71 0.20
HSL 43.03º 0.58% 0.51% -
HSV(B) 43.03º 0.71% 0.8% -
XYZ 38.31 38.84 9.48 -
YUV 162.4 69.08 156.96 -
System Red Green Blue C M Y K H S L
Decimal 203 162 58 0 0.20 0.71 0.20 43.03 0.58 0.51
Hex CB A2 3A 0 14 47 14 2B 3A 33
Octal 313 242 72 0 24 107 24 53 72 63
Binary 11001011 10100010 111010 0 10100 1000111 10100 101011 111010 110011

Color Harmonies of #CBA23A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA23A

Black with #CBA23A

Text Example


Text Example

White with #CBA23A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA23A; }

 p { color: rgb(203,162,58); }

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

background-color css

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

 a { background-color: rgb(203,162,58); }

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

border-color css

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

 span { border-color: rgb(203,162,58); }

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