Html Css Color HEX #CBA805 Buddha Gold

📋 copy color: '#CBA805'

red 203 ◦ green 168 ◦ blue 5

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

Shades of Buddha Gold #CBA805

Tints of Buddha Gold #CBA805

RGB

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

 GREEN value IS 168 (66.02% from 255) = 44.68%

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

R = 53.99%
G = 44.68%
B = 1.33%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.98

 K value IS 0.20

RGB Variations

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

Color information

#CBA805 (or 0xCBA805) is known color: Buddha Gold. HEX triplet: CB, A8 and 05. RGB value is (203,168,5). Sum of RGB (Red+Green+Blue) = 203+168+5=376 (49% of max value = 765). Red value is 203 (79.69% from 255 or 53.99% from 376); Green value is 168 (66.02% from 255 or 44.68% from 376); Blue value is 5 (2.34% from 255 or 1.33% from 376); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA805 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBA805 is #3457FA. Grayscale: #A0A0A0. Windows color (decimal): -3430395 or 370891. OLE color: 370891.

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

Color convert

RGB 203 168 5 -
CMYK 0 0.17 0.98 0.20
HSL 49.39º 0.95% 0.41% -
HSV(B) 49.39º 0.98% 0.8% -
XYZ 38.66 40.71 5.96 -
YUV 159.88 40.6 158.75 -
System Red Green Blue C M Y K H S L
Decimal 203 168 5 0 0.17 0.98 0.20 49.39 0.95 0.41
Hex CB A8 5 0 11 62 14 31 5F 29
Octal 313 250 5 0 21 142 24 61 137 51
Binary 11001011 10101000 101 0 10001 1100010 10100 110001 1011111 101001

Color Harmonies of #CBA805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA805

Black with #CBA805

Text Example


Text Example

White with #CBA805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA805; }

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

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

background-color css

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

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

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

border-color css

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

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

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