Html Css Color HEX #CBA23D Metallic Gold

📋 copy color: '#CBA23D'

red 203 ◦ green 162 ◦ blue 61

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

Shades of Metallic Gold #CBA23D

Tints of Metallic Gold #CBA23D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 14.32%

R = 47.65%
G = 38.03%
B = 14.32%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.70

 K value IS 0.20

RGB Variations

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

Color information

#CBA23D (or 0xCBA23D) is known color: Metallic Gold. HEX triplet: CB, A2 and 3D. RGB value is (203,162,61). Sum of RGB (Red+Green+Blue) = 203+162+61=426 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.65% from 426); Green value is 162 (63.67% from 255 or 38.03% from 426); Blue value is 61 (24.22% from 255 or 14.32% from 426); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA23D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA23D is #345DC2. Grayscale: #A3A3A3. Windows color (decimal): -3431875 or 4039371. OLE color: 4039371.

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

Color convert

RGB 203 162 61 -
CMYK 0 0.20 0.70 0.20
HSL 42.68º 0.58% 0.52% -
HSV(B) 42.68º 0.7% 0.8% -
XYZ 38.39 38.87 9.89 -
YUV 162.75 70.58 156.71 -
System Red Green Blue C M Y K H S L
Decimal 203 162 61 0 0.20 0.70 0.20 42.68 0.58 0.52
Hex CB A2 3D 0 14 46 14 2B 3A 34
Octal 313 242 75 0 24 106 24 53 72 64
Binary 11001011 10100010 111101 0 10100 1000110 10100 101011 111010 110100

Color Harmonies of #CBA23D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA23D

Black with #CBA23D

Text Example


Text Example

White with #CBA23D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA23D; }

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

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

background-color css

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

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

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

border-color css

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

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

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