Html Css Color HEX #CCDC23 Pear

📋 copy color: '#CCDC23'

red 204 ◦ green 220 ◦ blue 35

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

Shades of Pear #CCDC23

Tints of Pear #CCDC23

RGB

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

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

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

R = 44.44%
G = 47.93%
B = 7.63%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#CCDC23 (or 0xCCDC23) is known color: Pear. HEX triplet: CC, DC and 23. RGB value is (204,220,35). Sum of RGB (Red+Green+Blue) = 204+220+35=459 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.44% from 459); Green value is 220 (86.33% from 255 or 47.93% from 459); Blue value is 35 (14.06% from 255 or 7.63% from 459); Max value from RGB is 220 - color contains mainly: green. Hex color #CCDC23 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCDC23 is #3323DC. Grayscale: #C2C2C2. Windows color (decimal): -3351517 or 2350284. OLE color: 2350284.

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

Color convert

RGB 204 220 35 -
CMYK 0.07 0 0.84 0.14
HSL 65.19º 0.73% 0.5% -
HSV(B) 65.19º 0.84% 0.86% -
XYZ 50.8 64.15 11.29 -
YUV 194.13 38.2 135.04 -
System Red Green Blue C M Y K H S L
Decimal 204 220 35 0.07 0 0.84 0.14 65.19 0.73 0.5
Hex CC DC 23 7 0 54 E 41 49 32
Octal 314 334 43 7 0 124 16 101 111 62
Binary 11001100 11011100 100011 111 0 1010100 1110 1000001 1001001 110010

Color Harmonies of #CCDC23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDC23

Black with #CCDC23

Text Example


Text Example

White with #CCDC23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDC23; }

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

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

background-color css

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

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

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

border-color css

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

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

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