Html Css Color HEX #CCA405 Buddha Gold

📋 copy color: '#CCA405'

red 204 ◦ green 164 ◦ blue 5

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

Shades of Buddha Gold #CCA405

Tints of Buddha Gold #CCA405

RGB

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

 GREEN value IS 164 (64.45% from 255) = 43.97%

 BLUE value IS 5 (2.34% from 255) = 1.34%

R = 54.69%
G = 43.97%
B = 1.34%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.98

 K value IS 0.2

RGB Variations

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

Color information

#CCA405 (or 0xCCA405) is known color: Buddha Gold. HEX triplet: CC, A4 and 05. RGB value is (204,164,5). Sum of RGB (Red+Green+Blue) = 204+164+5=373 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.69% from 373); Green value is 164 (64.45% from 255 or 43.97% from 373); Blue value is 5 (2.34% from 255 or 1.34% from 373); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA405 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCA405 is #335BFA. Grayscale: #9E9E9E. Windows color (decimal): -3365883 or 369868. OLE color: 369868.

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

Color convert

RGB 204 164 5 -
CMYK 0 0.20 0.98 0.2
HSL 47.94º 0.95% 0.41% -
HSV(B) 47.94º 0.98% 0.8% -
XYZ 38.2 39.4 5.73 -
YUV 157.83 41.75 160.93 -
System Red Green Blue C M Y K H S L
Decimal 204 164 5 0 0.20 0.98 0.2 47.94 0.95 0.41
Hex CC A4 5 0 14 62 14 30 5F 29
Octal 314 244 5 0 24 142 24 60 137 51
Binary 11001100 10100100 101 0 10100 1100010 10100 110000 1011111 101001

Color Harmonies of #CCA405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA405

Black with #CCA405

Text Example


Text Example

White with #CCA405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA405; }

 p { color: rgb(204,164,5); }

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

background-color css

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

 a { background-color: rgb(204,164,5); }

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

border-color css

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

 span { border-color: rgb(204,164,5); }

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