Html Css Color HEX #CCD721 Fuego

📋 copy color: '#CCD721'

red 204 ◦ green 215 ◦ blue 33

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

Shades of Fuego #CCD721

Tints of Fuego #CCD721

RGB

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

 GREEN value IS 215 (84.38% from 255) = 47.57%

 BLUE value IS 33 (13.28% from 255) = 7.3%

R = 45.13%
G = 47.57%
B = 7.3%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.85

 K value IS 0.16

RGB Variations

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

Color information

#CCD721 (or 0xCCD721) is known color: Fuego. HEX triplet: CC, D7 and 21. RGB value is (204,215,33). Sum of RGB (Red+Green+Blue) = 204+215+33=452 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.13% from 452); Green value is 215 (84.38% from 255 or 47.57% from 452); Blue value is 33 (13.28% from 255 or 7.30% from 452); Max value from RGB is 215 - color contains mainly: green. Hex color #CCD721 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD721 is #3328DE. Grayscale: #BFBFBF. Windows color (decimal): -3352799 or 2217932. OLE color: 2217932.

HSL color Cylindrical-coordinate representation of color #CCD721: hue angle of 63.63º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CCD721 is Cyan = 0.05, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.16.

Color convert

RGB 204 215 33 -
CMYK 0.05 0 0.85 0.16
HSL 63.63º 0.73% 0.49% -
HSV(B) 63.63º 0.85% 0.84% -
XYZ 49.48 61.55 10.71 -
YUV 190.96 38.86 137.3 -
System Red Green Blue C M Y K H S L
Decimal 204 215 33 0.05 0 0.85 0.16 63.63 0.73 0.49
Hex CC D7 21 5 0 55 10 40 49 31
Octal 314 327 41 5 0 125 20 100 111 61
Binary 11001100 11010111 100001 101 0 1010101 10000 1000000 1001001 110001

Color Harmonies of #CCD721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD721

Black with #CCD721

Text Example


Text Example

White with #CCD721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD721; }

 p { color: rgb(204,215,33); }

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

background-color css

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

 a { background-color: rgb(204,215,33); }

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

border-color css

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

 span { border-color: rgb(204,215,33); }

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