Html Css Color HEX #CBA30A Buddha Gold

📋 copy color: '#CBA30A'

red 203 ◦ green 163 ◦ blue 10

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

Shades of Buddha Gold #CBA30A

Tints of Buddha Gold #CBA30A

RGB

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

 GREEN value IS 163 (64.06% from 255) = 43.35%

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

R = 53.99%
G = 43.35%
B = 2.66%

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

#CBA30A (or 0xCBA30A) is known color: Buddha Gold. HEX triplet: CB, A3 and 0A. RGB value is (203,163,10). Sum of RGB (Red+Green+Blue) = 203+163+10=376 (49% of max value = 765). Red value is 203 (79.69% from 255 or 53.99% from 376); Green value is 163 (64.06% from 255 or 43.35% from 376); Blue value is 10 (4.30% from 255 or 2.66% from 376); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA30A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBA30A is #345CF5. Grayscale: #9E9E9E. Windows color (decimal): -3431670 or 697291. OLE color: 697291.

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

Color convert

RGB 203 163 10 -
CMYK 0 0.20 0.95 0.20
HSL 47.56º 0.91% 0.42% -
HSV(B) 47.56º 0.95% 0.8% -
XYZ 37.78 38.91 5.81 -
YUV 157.52 44.75 160.44 -
System Red Green Blue C M Y K H S L
Decimal 203 163 10 0 0.20 0.95 0.20 47.56 0.91 0.42
Hex CB A3 A 0 14 5F 14 30 5B 2A
Octal 313 243 12 0 24 137 24 60 133 52
Binary 11001011 10100011 1010 0 10100 1011111 10100 110000 1011011 101010

Color Harmonies of #CBA30A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA30A

Black with #CBA30A

Text Example


Text Example

White with #CBA30A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA30A; }

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

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

background-color css

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

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

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

border-color css

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

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

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