Html Css Color HEX #CCA30D Buddha Gold

📋 copy color: '#CCA30D'

red 204 ◦ green 163 ◦ blue 13

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

Shades of Buddha Gold #CCA30D

Tints of Buddha Gold #CCA30D

RGB

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

 GREEN value IS 163 (64.06% from 255) = 42.89%

 BLUE value IS 13 (5.47% from 255) = 3.42%

R = 53.68%
G = 42.89%
B = 3.42%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.94

 K value IS 0.2

RGB Variations

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

Color information

#CCA30D (or 0xCCA30D) is known color: Buddha Gold. HEX triplet: CC, A3 and 0D. RGB value is (204,163,13). Sum of RGB (Red+Green+Blue) = 204+163+13=380 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.68% from 380); Green value is 163 (64.06% from 255 or 42.89% from 380); Blue value is 13 (5.47% from 255 or 3.42% from 380); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA30D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCA30D is #335CF2. Grayscale: #9E9E9E. Windows color (decimal): -3366131 or 893900. OLE color: 893900.

HSL color Cylindrical-coordinate representation of color #CCA30D: hue angle of 47.12º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CCA30D is Cyan = 0, Magento = 0.20, Yellow = 0.94 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 163 13 -
CMYK 0 0.20 0.94 0.2
HSL 47.12º 0.88% 0.43% -
HSV(B) 47.12º 0.94% 0.8% -
XYZ 38.07 39.06 5.91 -
YUV 158.16 46.08 160.7 -
System Red Green Blue C M Y K H S L
Decimal 204 163 13 0 0.20 0.94 0.2 47.12 0.88 0.43
Hex CC A3 D 0 14 5E 14 2F 58 2B
Octal 314 243 15 0 24 136 24 57 130 53
Binary 11001100 10100011 1101 0 10100 1011110 10100 101111 1011000 101011

Color Harmonies of #CCA30D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA30D

Black with #CCA30D

Text Example


Text Example

White with #CCA30D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA30D; }

 p { color: rgb(204,163,13); }

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

background-color css

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

 a { background-color: rgb(204,163,13); }

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

border-color css

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

 span { border-color: rgb(204,163,13); }

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