#CCD825

Color #CCD825 Fuego (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuego #CCD825

Tints of Fuego #CCD825

Color information

#CCD825 (or 0xCCD825) is unknown color: approx Fuego. HEX triplet: CC, D8 and 25. RGB value is (204,216,37). Sum of RGB (Red+Green+Blue) = 204+216+37=457 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.64% from 457); Green value is 216 (84.77% from 255 or 47.26% from 457); Blue value is 37 (14.84% from 255 or 8.10% from 457); Max value from RGB is 216 - color contains mainly: green. Hex color #CCD825 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD825 is #3327DA. Grayscale: #C0C0C0. Windows color (decimal): -3352539 or 2480332. OLE color: 2480332.

HSL color Cylindrical-coordinate representation of color #CCD825: hue angle of 64.02º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CCD825 is Cyan = 0.06, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.15.

Color convert

RGB20421637-
CMYK0.0600.830.15
HSL64.02º70.75%49.61%-
HSV(B)64.02º82.87%84.71%-
XYZ49.7962.0811.11-
YUV192.0140.52136.55-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 44.64%
GREEN value IS 216 (84.77% from 255) = 47.26%
BLUE value IS 37 (14.84% from 255) = 8.10%
R=44.64%
G=47.26%
B=8.10%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal204216370.0600.830.1564.0270.7549.61
HexCCD8256053F404732
Octal31433045601231710010762
Binary110011001101100010010111001010011111110000001000111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD825; }

 p { color: rgb(204,216,37); }

 H1.HeaderClassName
 {
   color: #CCD825;
 }
 .AnyTagClassName
 {
   color: #CCD825;
 }
</style>
background-color css

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

 a { background-color: rgb(204,216,37); }

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

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

 span { border-color: rgb(204,216,37); }

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