Html Css Color HEX #CBA403 Buddha Gold

📋 copy color: '#CBA403'

red 203 ◦ green 164 ◦ blue 3

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

Shades of Buddha Gold #CBA403

Tints of Buddha Gold #CBA403

RGB

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

 GREEN value IS 164 (64.45% from 255) = 44.32%

 BLUE value IS 3 (1.56% from 255) = 0.81%

R = 54.86%
G = 44.32%
B = 0.81%

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

#CBA403 (or 0xCBA403) is known color: Buddha Gold. HEX triplet: CB, A4 and 03. RGB value is (203,164,3). Sum of RGB (Red+Green+Blue) = 203+164+3=370 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.86% from 370); Green value is 164 (64.45% from 255 or 44.32% from 370); Blue value is 3 (1.56% from 255 or 0.81% from 370); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA403 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBA403 is #345BFC. Grayscale: #9D9D9D. Windows color (decimal): -3431421 or 238795. OLE color: 238795.

HSL color Cylindrical-coordinate representation of color #CBA403: hue angle of 48.3º degrees, saturation: 0.97, 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 #CBA403 is Cyan = 0, Magento = 0.19, Yellow = 0.99 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 164 3 -
CMYK 0 0.19 0.99 0.20
HSL 48.3º 0.97% 0.4% -
HSV(B) 48.3º 0.99% 0.8% -
XYZ 37.92 39.25 5.66 -
YUV 157.31 40.92 160.59 -
System Red Green Blue C M Y K H S L
Decimal 203 164 3 0 0.19 0.99 0.20 48.3 0.97 0.4
Hex CB A4 3 0 13 63 14 30 61 28
Octal 313 244 3 0 23 143 24 60 141 50
Binary 11001011 10100100 11 0 10011 1100011 10100 110000 1100001 101000

Color Harmonies of #CBA403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA403

Black with #CBA403

Text Example


Text Example

White with #CBA403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA403; }

 p { color: rgb(203,164,3); }

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

background-color css

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

 a { background-color: rgb(203,164,3); }

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

border-color css

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

 span { border-color: rgb(203,164,3); }

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