Html Css Color HEX #CBA803 Buddha Gold

📋 copy color: '#CBA803'

red 203 ◦ green 168 ◦ blue 3

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

Shades of Buddha Gold #CBA803

Tints of Buddha Gold #CBA803

RGB

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

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

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

R = 54.28%
G = 44.92%
B = 0.8%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.99

 K value IS 0.20

RGB Variations

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

Color information

#CBA803 (or 0xCBA803) is known color: Buddha Gold. HEX triplet: CB, A8 and 03. RGB value is (203,168,3). Sum of RGB (Red+Green+Blue) = 203+168+3=374 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.28% from 374); Green value is 168 (66.02% from 255 or 44.92% from 374); Blue value is 3 (1.56% from 255 or 0.80% from 374); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA803 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBA803 is #3457FC. Grayscale: #A0A0A0. Windows color (decimal): -3430397 or 239819. OLE color: 239819.

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

Color convert

RGB 203 168 3 -
CMYK 0 0.17 0.99 0.20
HSL 49.5º 0.97% 0.4% -
HSV(B) 49.5º 0.99% 0.8% -
XYZ 38.65 40.71 5.91 -
YUV 159.66 39.6 158.92 -
System Red Green Blue C M Y K H S L
Decimal 203 168 3 0 0.17 0.99 0.20 49.5 0.97 0.4
Hex CB A8 3 0 11 63 14 32 61 28
Octal 313 250 3 0 21 143 24 62 141 50
Binary 11001011 10101000 11 0 10001 1100011 10100 110010 1100001 101000

Color Harmonies of #CBA803

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA803

Black with #CBA803

Text Example


Text Example

White with #CBA803

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA803; }

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

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

background-color css

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

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

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

border-color css

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

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

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