Html Css Color HEX #CBA502 Buddha Gold

📋 copy color: '#CBA502'

red 203 ◦ green 165 ◦ blue 2

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

Shades of Buddha Gold #CBA502

Tints of Buddha Gold #CBA502

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.54%

R = 54.86%
G = 44.59%
B = 0.54%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.99

 K value IS 0.20

RGB Variations

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

Color information

#CBA502 (or 0xCBA502) is known color: Buddha Gold. HEX triplet: CB, A5 and 02. RGB value is (203,165,2). Sum of RGB (Red+Green+Blue) = 203+165+2=370 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.86% from 370); Green value is 165 (64.84% from 255 or 44.59% from 370); Blue value is 2 (1.17% from 255 or 0.54% from 370); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA502 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBA502 is #345AFD. Grayscale: #9E9E9E. Windows color (decimal): -3431166 or 173515. OLE color: 173515.

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

Color convert

RGB 203 165 2 -
CMYK 0 0.19 0.99 0.20
HSL 48.66º 0.98% 0.4% -
HSV(B) 48.66º 0.99% 0.8% -
XYZ 38.09 39.61 5.7 -
YUV 157.78 40.09 160.25 -
System Red Green Blue C M Y K H S L
Decimal 203 165 2 0 0.19 0.99 0.20 48.66 0.98 0.4
Hex CB A5 2 0 13 63 14 31 62 28
Octal 313 245 2 0 23 143 24 61 142 50
Binary 11001011 10100101 10 0 10011 1100011 10100 110001 1100010 101000

Color Harmonies of #CBA502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA502

Black with #CBA502

Text Example


Text Example

White with #CBA502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA502; }

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

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

background-color css

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

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

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

border-color css

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

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

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