Html Css Color HEX #CCDC28 Pear

📋 copy color: '#CCDC28'

red 204 ◦ green 220 ◦ blue 40

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

Shades of Pear #CCDC28

Tints of Pear #CCDC28

RGB

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

 GREEN value IS 220 (86.33% from 255) = 47.41%

 BLUE value IS 40 (16.02% from 255) = 8.62%

R = 43.97%
G = 47.41%
B = 8.62%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.82

 K value IS 0.14

RGB Variations

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

Color information

#CCDC28 (or 0xCCDC28) is known color: Pear. HEX triplet: CC, DC and 28. RGB value is (204,220,40). Sum of RGB (Red+Green+Blue) = 204+220+40=464 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.97% from 464); Green value is 220 (86.33% from 255 or 47.41% from 464); Blue value is 40 (16.02% from 255 or 8.62% from 464); Max value from RGB is 220 - color contains mainly: green. Hex color #CCDC28 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCDC28 is #3323D7. Grayscale: #C3C3C3. Windows color (decimal): -3351512 or 2677964. OLE color: 2677964.

HSL color Cylindrical-coordinate representation of color #CCDC28: hue angle of 65.33º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CCDC28 is Cyan = 0.07, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.14.

Color convert

RGB 204 220 40 -
CMYK 0.07 0 0.82 0.14
HSL 65.33º 0.72% 0.51% -
HSV(B) 65.33º 0.82% 0.86% -
XYZ 50.88 64.18 11.71 -
YUV 194.7 40.7 134.64 -
System Red Green Blue C M Y K H S L
Decimal 204 220 40 0.07 0 0.82 0.14 65.33 0.72 0.51
Hex CC DC 28 7 0 52 E 41 48 33
Octal 314 334 50 7 0 122 16 101 110 63
Binary 11001100 11011100 101000 111 0 1010010 1110 1000001 1001000 110011

Color Harmonies of #CCDC28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDC28

Black with #CCDC28

Text Example


Text Example

White with #CCDC28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDC28; }

 p { color: rgb(204,220,40); }

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

background-color css

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

 a { background-color: rgb(204,220,40); }

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

border-color css

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

 span { border-color: rgb(204,220,40); }

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