Html Css Color HEX #CCA513 Buddha Gold

📋 copy color: '#CCA513'

red 204 ◦ green 165 ◦ blue 19

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

Shades of Buddha Gold #CCA513

Tints of Buddha Gold #CCA513

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.9%

R = 52.58%
G = 42.53%
B = 4.9%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.91

 K value IS 0.2

RGB Variations

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

Color information

#CCA513 (or 0xCCA513) is known color: Buddha Gold. HEX triplet: CC, A5 and 13. RGB value is (204,165,19). Sum of RGB (Red+Green+Blue) = 204+165+19=388 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.58% from 388); Green value is 165 (64.84% from 255 or 42.53% from 388); Blue value is 19 (7.81% from 255 or 4.90% from 388); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA513 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCA513 is #335AEC. Grayscale: #A0A0A0. Windows color (decimal): -3365613 or 1287628. OLE color: 1287628.

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

Color convert

RGB 204 165 19 -
CMYK 0 0.19 0.91 0.2
HSL 47.35º 0.83% 0.44% -
HSV(B) 47.35º 0.91% 0.8% -
XYZ 38.47 39.79 6.27 -
YUV 160.02 48.42 159.37 -
System Red Green Blue C M Y K H S L
Decimal 204 165 19 0 0.19 0.91 0.2 47.35 0.83 0.44
Hex CC A5 13 0 13 5B 14 2F 53 2C
Octal 314 245 23 0 23 133 24 57 123 54
Binary 11001100 10100101 10011 0 10011 1011011 10100 101111 1010011 101100

Color Harmonies of #CCA513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA513

Black with #CCA513

Text Example


Text Example

White with #CCA513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA513; }

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

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

background-color css

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

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

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

border-color css

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

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

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