Html Css Color HEX #CDDD20 Pear

📋 copy color: '#CDDD20'

red 205 ◦ green 221 ◦ blue 32

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

Shades of Pear #CDDD20

Tints of Pear #CDDD20

RGB

 RED value IS 205 (80.47% from 255) = 44.76%

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

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

R = 44.76%
G = 48.25%
B = 6.99%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#CDDD20 (or 0xCDDD20) is known color: Pear. HEX triplet: CD, DD and 20. RGB value is (205,221,32). Sum of RGB (Red+Green+Blue) = 205+221+32=458 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.76% from 458); Green value is 221 (86.72% from 255 or 48.25% from 458); Blue value is 32 (12.89% from 255 or 6.99% from 458); Max value from RGB is 221 - color contains mainly: green. Hex color #CDDD20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDDD20 is #3222DF. Grayscale: #C3C3C3. Windows color (decimal): -3285728 or 2153933. OLE color: 2153933.

HSL color Cylindrical-coordinate representation of color #CDDD20: hue angle of 65.08º 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 #CDDD20 is Cyan = 0.07, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.13.

Color convert

RGB 205 221 32 -
CMYK 0.07 0 0.86 0.13
HSL 65.08º 0.75% 0.5% -
HSV(B) 65.08º 0.86% 0.87% -
XYZ 51.29 64.8 11.17 -
YUV 194.67 36.2 135.37 -
System Red Green Blue C M Y K H S L
Decimal 205 221 32 0.07 0 0.86 0.13 65.08 0.75 0.5
Hex CD DD 20 7 0 56 D 41 4B 32
Octal 315 335 40 7 0 126 15 101 113 62
Binary 11001101 11011101 100000 111 0 1010110 1101 1000001 1001011 110010

Color Harmonies of #CDDD20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDDD20

Black with #CDDD20

Text Example


Text Example

White with #CDDD20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDDD20; }

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

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

background-color css

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

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

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

border-color css

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

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

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