Html Css Color HEX #CBA505 Buddha Gold

📋 copy color: '#CBA505'

red 203 ◦ green 165 ◦ blue 5

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

Shades of Buddha Gold #CBA505

Tints of Buddha Gold #CBA505

RGB

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

 GREEN value IS 165 (64.84% from 255) = 44.24%

 BLUE value IS 5 (2.34% from 255) = 1.34%

R = 54.42%
G = 44.24%
B = 1.34%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.98

 K value IS 0.20

RGB Variations

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

Color information

#CBA505 (or 0xCBA505) is known color: Buddha Gold. HEX triplet: CB, A5 and 05. RGB value is (203,165,5). Sum of RGB (Red+Green+Blue) = 203+165+5=373 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.42% from 373); Green value is 165 (64.84% from 255 or 44.24% from 373); Blue value is 5 (2.34% from 255 or 1.34% from 373); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA505 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBA505 is #345AFA. Grayscale: #9E9E9E. Windows color (decimal): -3431163 or 370123. OLE color: 370123.

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

Color convert

RGB 203 165 5 -
CMYK 0 0.19 0.98 0.20
HSL 48.48º 0.95% 0.41% -
HSV(B) 48.48º 0.98% 0.8% -
XYZ 38.11 39.62 5.78 -
YUV 158.12 41.59 160.01 -
System Red Green Blue C M Y K H S L
Decimal 203 165 5 0 0.19 0.98 0.20 48.48 0.95 0.41
Hex CB A5 5 0 13 62 14 30 5F 29
Octal 313 245 5 0 23 142 24 60 137 51
Binary 11001011 10100101 101 0 10011 1100010 10100 110000 1011111 101001

Color Harmonies of #CBA505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA505

Black with #CBA505

Text Example


Text Example

White with #CBA505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA505; }

 p { color: rgb(203,165,5); }

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

background-color css

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

 a { background-color: rgb(203,165,5); }

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

border-color css

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

 span { border-color: rgb(203,165,5); }

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