Html Css Color HEX #CBA510 Buddha Gold

📋 copy color: '#CBA510'

red 203 ◦ green 165 ◦ blue 16

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

Shades of Buddha Gold #CBA510

Tints of Buddha Gold #CBA510

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.17%

R = 52.86%
G = 42.97%
B = 4.17%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.92

 K value IS 0.20

RGB Variations

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

Color information

#CBA510 (or 0xCBA510) is known color: Buddha Gold. HEX triplet: CB, A5 and 10. RGB value is (203,165,16). Sum of RGB (Red+Green+Blue) = 203+165+16=384 (50% of max value = 765). Red value is 203 (79.69% from 255 or 52.86% from 384); Green value is 165 (64.84% from 255 or 42.97% from 384); Blue value is 16 (6.64% from 255 or 4.17% from 384); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA510 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBA510 is #345AEF. Grayscale: #A0A0A0. Windows color (decimal): -3431152 or 1091019. OLE color: 1091019.

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

Color convert

RGB 203 165 16 -
CMYK 0 0.19 0.92 0.20
HSL 47.81º 0.85% 0.43% -
HSV(B) 47.81º 0.92% 0.8% -
XYZ 38.18 39.64 6.13 -
YUV 159.38 47.09 159.12 -
System Red Green Blue C M Y K H S L
Decimal 203 165 16 0 0.19 0.92 0.20 47.81 0.85 0.43
Hex CB A5 10 0 13 5C 14 30 55 2B
Octal 313 245 20 0 23 134 24 60 125 53
Binary 11001011 10100101 10000 0 10011 1011100 10100 110000 1010101 101011

Color Harmonies of #CBA510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA510

Black with #CBA510

Text Example


Text Example

White with #CBA510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA510; }

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

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

background-color css

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

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

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

border-color css

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

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

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