Html Css Color HEX #CCA908 Buddha Gold

📋 copy color: '#CCA908'

red 204 ◦ green 169 ◦ blue 8

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

Shades of Buddha Gold #CCA908

Tints of Buddha Gold #CCA908

RGB

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

 GREEN value IS 169 (66.41% from 255) = 44.36%

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

R = 53.54%
G = 44.36%
B = 2.1%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.96

 K value IS 0.2

RGB Variations

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

Color information

#CCA908 (or 0xCCA908) is known color: Buddha Gold. HEX triplet: CC, A9 and 08. RGB value is (204,169,8). Sum of RGB (Red+Green+Blue) = 204+169+8=381 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.54% from 381); Green value is 169 (66.41% from 255 or 44.36% from 381); Blue value is 8 (3.52% from 255 or 2.10% from 381); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA908 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCA908 is #3356F7. Grayscale: #A1A1A1. Windows color (decimal): -3364600 or 567756. OLE color: 567756.

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

Color convert

RGB 204 169 8 -
CMYK 0 0.17 0.96 0.2
HSL 49.29º 0.92% 0.42% -
HSV(B) 49.29º 0.96% 0.8% -
XYZ 39.13 41.23 6.13 -
YUV 161.11 41.6 158.59 -
System Red Green Blue C M Y K H S L
Decimal 204 169 8 0 0.17 0.96 0.2 49.29 0.92 0.42
Hex CC A9 8 0 11 60 14 31 5C 2A
Octal 314 251 10 0 21 140 24 61 134 52
Binary 11001100 10101001 1000 0 10001 1100000 10100 110001 1011100 101010

Color Harmonies of #CCA908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA908

Black with #CCA908

Text Example


Text Example

White with #CCA908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA908; }

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

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

background-color css

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

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

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

border-color css

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

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

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