Html Css Color HEX #CCA503 Buddha Gold

📋 copy color: '#CCA503'

red 204 ◦ green 165 ◦ blue 3

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

Shades of Buddha Gold #CCA503

Tints of Buddha Gold #CCA503

RGB

 RED value IS 204 (80.08% from 255) = 54.84%

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

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

R = 54.84%
G = 44.35%
B = 0.81%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.99

 K value IS 0.2

RGB Variations

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

Color information

#CCA503 (or 0xCCA503) is known color: Buddha Gold. HEX triplet: CC, A5 and 03. RGB value is (204,165,3). Sum of RGB (Red+Green+Blue) = 204+165+3=372 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.84% from 372); Green value is 165 (64.84% from 255 or 44.35% from 372); Blue value is 3 (1.56% from 255 or 0.81% from 372); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA503 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCA503 is #335AFC. Grayscale: #9E9E9E. Windows color (decimal): -3365629 or 239052. OLE color: 239052.

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

Color convert

RGB 204 165 3 -
CMYK 0 0.19 0.99 0.2
HSL 48.36º 0.97% 0.41% -
HSV(B) 48.36º 0.99% 0.8% -
XYZ 38.37 39.75 5.74 -
YUV 158.19 40.42 160.67 -
System Red Green Blue C M Y K H S L
Decimal 204 165 3 0 0.19 0.99 0.2 48.36 0.97 0.41
Hex CC A5 3 0 13 63 14 30 61 29
Octal 314 245 3 0 23 143 24 60 141 51
Binary 11001100 10100101 11 0 10011 1100011 10100 110000 1100001 101001

Color Harmonies of #CCA503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA503

Black with #CCA503

Text Example


Text Example

White with #CCA503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA503; }

 p { color: rgb(204,165,3); }

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

background-color css

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

 a { background-color: rgb(204,165,3); }

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

border-color css

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

 span { border-color: rgb(204,165,3); }

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