Html Css Color HEX #CBA20D Buddha Gold

📋 copy color: '#CBA20D'

red 203 ◦ green 162 ◦ blue 13

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

Shades of Buddha Gold #CBA20D

Tints of Buddha Gold #CBA20D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.44%

R = 53.7%
G = 42.86%
B = 3.44%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.94

 K value IS 0.20

RGB Variations

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

Color information

#CBA20D (or 0xCBA20D) is known color: Buddha Gold. HEX triplet: CB, A2 and 0D. RGB value is (203,162,13). Sum of RGB (Red+Green+Blue) = 203+162+13=378 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.70% from 378); Green value is 162 (63.67% from 255 or 42.86% from 378); Blue value is 13 (5.47% from 255 or 3.44% from 378); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA20D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBA20D is #345DF2. Grayscale: #9D9D9D. Windows color (decimal): -3431923 or 893643. OLE color: 893643.

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

Color convert

RGB 203 162 13 -
CMYK 0 0.20 0.94 0.20
HSL 47.05º 0.88% 0.42% -
HSV(B) 47.05º 0.94% 0.8% -
XYZ 37.62 38.57 5.84 -
YUV 157.27 46.58 160.62 -
System Red Green Blue C M Y K H S L
Decimal 203 162 13 0 0.20 0.94 0.20 47.05 0.88 0.42
Hex CB A2 D 0 14 5E 14 2F 58 2A
Octal 313 242 15 0 24 136 24 57 130 52
Binary 11001011 10100010 1101 0 10100 1011110 10100 101111 1011000 101010

Color Harmonies of #CBA20D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA20D

Black with #CBA20D

Text Example


Text Example

White with #CBA20D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA20D; }

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

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

background-color css

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

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

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

border-color css

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

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

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