Html Css Color HEX #CCDD21 Pear

📋 copy color: '#CCDD21'

red 204 ◦ green 221 ◦ blue 33

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

Shades of Pear #CCDD21

Tints of Pear #CCDD21

RGB

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

 GREEN value IS 221 (86.72% from 255) = 48.25%

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

R = 44.54%
G = 48.25%
B = 7.21%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.85

 K value IS 0.13

RGB Variations

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

Color information

#CCDD21 (or 0xCCDD21) is known color: Pear. HEX triplet: CC, DD and 21. RGB value is (204,221,33). Sum of RGB (Red+Green+Blue) = 204+221+33=458 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.54% from 458); Green value is 221 (86.72% from 255 or 48.25% from 458); Blue value is 33 (13.28% from 255 or 7.21% from 458); Max value from RGB is 221 - color contains mainly: green. Hex color #CCDD21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCDD21 is #3322DE. Grayscale: #C3C3C3. Windows color (decimal): -3351263 or 2219468. OLE color: 2219468.

HSL color Cylindrical-coordinate representation of color #CCDD21: hue angle of 65.43º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CCDD21 is Cyan = 0.08, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.13.

Color convert

RGB 204 221 33 -
CMYK 0.08 0 0.85 0.13
HSL 65.43º 0.74% 0.5% -
HSV(B) 65.43º 0.85% 0.87% -
XYZ 51.03 64.66 11.23 -
YUV 194.49 36.87 134.79 -
System Red Green Blue C M Y K H S L
Decimal 204 221 33 0.08 0 0.85 0.13 65.43 0.74 0.5
Hex CC DD 21 8 0 55 D 41 4A 32
Octal 314 335 41 10 0 125 15 101 112 62
Binary 11001100 11011101 100001 1000 0 1010101 1101 1000001 1001010 110010

Color Harmonies of #CCDD21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDD21

Black with #CCDD21

Text Example


Text Example

White with #CCDD21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDD21; }

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

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

background-color css

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

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

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

border-color css

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

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

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