Html Css Color HEX #CBA20A Buddha Gold

📋 copy color: '#CBA20A'

red 203 ◦ green 162 ◦ blue 10

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

Shades of Buddha Gold #CBA20A

Tints of Buddha Gold #CBA20A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.67%

R = 54.13%
G = 43.2%
B = 2.67%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.95

 K value IS 0.20

RGB Variations

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

Color information

#CBA20A (or 0xCBA20A) is known color: Buddha Gold. HEX triplet: CB, A2 and 0A. RGB value is (203,162,10). Sum of RGB (Red+Green+Blue) = 203+162+10=375 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.13% from 375); Green value is 162 (63.67% from 255 or 43.2% from 375); Blue value is 10 (4.30% from 255 or 2.67% from 375); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA20A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBA20A is #345DF5. Grayscale: #9D9D9D. Windows color (decimal): -3431926 or 697035. OLE color: 697035.

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

Color convert

RGB 203 162 10 -
CMYK 0 0.20 0.95 0.20
HSL 47.25º 0.91% 0.42% -
HSV(B) 47.25º 0.95% 0.8% -
XYZ 37.6 38.56 5.75 -
YUV 156.93 45.08 160.86 -
System Red Green Blue C M Y K H S L
Decimal 203 162 10 0 0.20 0.95 0.20 47.25 0.91 0.42
Hex CB A2 A 0 14 5F 14 2F 5B 2A
Octal 313 242 12 0 24 137 24 57 133 52
Binary 11001011 10100010 1010 0 10100 1011111 10100 101111 1011011 101010

Color Harmonies of #CBA20A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA20A

Black with #CBA20A

Text Example


Text Example

White with #CBA20A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA20A; }

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

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

background-color css

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

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

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

border-color css

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

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

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