Html Css Color HEX #CCDD20 Pear

📋 copy color: '#CCDD20'

red 204 ◦ green 221 ◦ blue 32

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

Shades of Pear #CCDD20

Tints of Pear #CCDD20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 7%

R = 44.64%
G = 48.36%
B = 7%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#CCDD20 (or 0xCCDD20) is known color: Pear. HEX triplet: CC, DD and 20. RGB value is (204,221,32). Sum of RGB (Red+Green+Blue) = 204+221+32=457 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.64% from 457); Green value is 221 (86.72% from 255 or 48.36% from 457); Blue value is 32 (12.89% from 255 or 7.00% from 457); Max value from RGB is 221 - color contains mainly: green. Hex color #CCDD20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCDD20 is #3322DF. Grayscale: #C3C3C3. Windows color (decimal): -3351264 or 2153932. OLE color: 2153932.

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

Color convert

RGB 204 221 32 -
CMYK 0.08 0 0.86 0.13
HSL 65.4º 0.75% 0.5% -
HSV(B) 65.4º 0.86% 0.87% -
XYZ 51.02 64.65 11.16 -
YUV 194.37 36.37 134.87 -
System Red Green Blue C M Y K H S L
Decimal 204 221 32 0.08 0 0.86 0.13 65.4 0.75 0.5
Hex CC DD 20 8 0 56 D 41 4B 32
Octal 314 335 40 10 0 126 15 101 113 62
Binary 11001100 11011101 100000 1000 0 1010110 1101 1000001 1001011 110010

Color Harmonies of #CCDD20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDD20

Black with #CCDD20

Text Example


Text Example

White with #CCDD20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDD20; }

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

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

background-color css

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

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

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

border-color css

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

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

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