Html Css Color HEX #CCD388 Deco

📋 copy color: '#CCD388'

red 204 ◦ green 211 ◦ blue 136

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

Shades of Deco #CCD388

Tints of Deco #CCD388

RGB

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

 GREEN value IS 211 (82.81% from 255) = 38.29%

 BLUE value IS 136 (53.52% from 255) = 24.68%

R = 37.02%
G = 38.29%
B = 24.68%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.36

 K value IS 0.17

RGB Variations

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

Color information

#CCD388 (or 0xCCD388) is known color: Deco. HEX triplet: CC, D3 and 88. RGB value is (204,211,136). Sum of RGB (Red+Green+Blue) = 204+211+136=551 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.02% from 551); Green value is 211 (82.81% from 255 or 38.29% from 551); Blue value is 136 (53.52% from 255 or 24.68% from 551); Max value from RGB is 211 - color contains mainly: green. Hex color #CCD388 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD388 is #332C77. Grayscale: #C8C8C8. Windows color (decimal): -3353720 or 8967116. OLE color: 8967116.

HSL color Cylindrical-coordinate representation of color #CCD388: hue angle of 65.6º degrees, saturation: 0.46, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CCD388 is Cyan = 0.03, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.17.

Color convert

RGB 204 211 136 -
CMYK 0.03 0 0.36 0.17
HSL 65.6º 0.46% 0.68% -
HSV(B) 65.6º 0.36% 0.83% -
XYZ 52.64 61.2 32.33 -
YUV 200.36 91.68 130.6 -
System Red Green Blue C M Y K H S L
Decimal 204 211 136 0.03 0 0.36 0.17 65.6 0.46 0.68
Hex CC D3 88 3 0 24 11 42 2E 44
Octal 314 323 210 3 0 44 21 102 56 104
Binary 11001100 11010011 10001000 11 0 100100 10001 1000010 101110 1000100

Color Harmonies of #CCD388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD388

Black with #CCD388

Text Example


Text Example

White with #CCD388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD388; }

 p { color: rgb(204,211,136); }

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

background-color css

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

 a { background-color: rgb(204,211,136); }

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

border-color css

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

 span { border-color: rgb(204,211,136); }

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