Html Css Color HEX #CCA308 Buddha Gold

📋 copy color: '#CCA308'

red 204 ◦ green 163 ◦ blue 8

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

Shades of Buddha Gold #CCA308

Tints of Buddha Gold #CCA308

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.13%

R = 54.4%
G = 43.47%
B = 2.13%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.96

 K value IS 0.2

RGB Variations

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

Color information

#CCA308 (or 0xCCA308) is known color: Buddha Gold. HEX triplet: CC, A3 and 08. RGB value is (204,163,8). Sum of RGB (Red+Green+Blue) = 204+163+8=375 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.4% from 375); Green value is 163 (64.06% from 255 or 43.47% from 375); Blue value is 8 (3.52% from 255 or 2.13% from 375); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA308 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCA308 is #335CF7. Grayscale: #9E9E9E. Windows color (decimal): -3366136 or 566220. OLE color: 566220.

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

Color convert

RGB 204 163 8 -
CMYK 0 0.20 0.96 0.2
HSL 47.45º 0.92% 0.42% -
HSV(B) 47.45º 0.96% 0.8% -
XYZ 38.04 39.05 5.76 -
YUV 157.59 43.58 161.1 -
System Red Green Blue C M Y K H S L
Decimal 204 163 8 0 0.20 0.96 0.2 47.45 0.92 0.42
Hex CC A3 8 0 14 60 14 2F 5C 2A
Octal 314 243 10 0 24 140 24 57 134 52
Binary 11001100 10100011 1000 0 10100 1100000 10100 101111 1011100 101010

Color Harmonies of #CCA308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA308

Black with #CCA308

Text Example


Text Example

White with #CCA308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA308; }

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

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

background-color css

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

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

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

border-color css

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

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

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