Html Css Color HEX #CCDD23 Pear

📋 copy color: '#CCDD23'

red 204 ◦ green 221 ◦ blue 35

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

Shades of Pear #CCDD23

Tints of Pear #CCDD23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 7.61%

R = 44.35%
G = 48.04%
B = 7.61%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.84

 K value IS 0.13

RGB Variations

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

Color information

#CCDD23 (or 0xCCDD23) is known color: Pear. HEX triplet: CC, DD and 23. RGB value is (204,221,35). Sum of RGB (Red+Green+Blue) = 204+221+35=460 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.35% from 460); Green value is 221 (86.72% from 255 or 48.04% from 460); Blue value is 35 (14.06% from 255 or 7.61% from 460); Max value from RGB is 221 - color contains mainly: green. Hex color #CCDD23 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCDD23 is #3322DC. Grayscale: #C3C3C3. Windows color (decimal): -3351261 or 2350540. OLE color: 2350540.

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

Color convert

RGB 204 221 35 -
CMYK 0.08 0 0.84 0.13
HSL 65.48º 0.73% 0.5% -
HSV(B) 65.48º 0.84% 0.87% -
XYZ 51.06 64.67 11.38 -
YUV 194.71 37.87 134.62 -
System Red Green Blue C M Y K H S L
Decimal 204 221 35 0.08 0 0.84 0.13 65.48 0.73 0.5
Hex CC DD 23 8 0 54 D 41 49 32
Octal 314 335 43 10 0 124 15 101 111 62
Binary 11001100 11011101 100011 1000 0 1010100 1101 1000001 1001001 110010

Color Harmonies of #CCDD23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDD23

Black with #CCDD23

Text Example


Text Example

White with #CCDD23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDD23; }

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

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

background-color css

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

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

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

border-color css

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

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

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