Html Css Color HEX #CCD389 Deco

📋 copy color: '#CCD389'

red 204 ◦ green 211 ◦ blue 137

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

Shades of Deco #CCD389

Tints of Deco #CCD389

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 24.82%

R = 36.96%
G = 38.22%
B = 24.82%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.35

 K value IS 0.17

RGB Variations

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

Color information

#CCD389 (or 0xCCD389) is known color: Deco. HEX triplet: CC, D3 and 89. RGB value is (204,211,137). Sum of RGB (Red+Green+Blue) = 204+211+137=552 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.96% from 552); Green value is 211 (82.81% from 255 or 38.22% from 552); Blue value is 137 (53.91% from 255 or 24.82% from 552); Max value from RGB is 211 - color contains mainly: green. Hex color #CCD389 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD389 is #332C76. Grayscale: #C8C8C8. Windows color (decimal): -3353719 or 9032652. OLE color: 9032652.

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

Color convert

RGB 204 211 137 -
CMYK 0.03 0 0.35 0.17
HSL 65.68º 0.46% 0.68% -
HSV(B) 65.68º 0.35% 0.83% -
XYZ 52.71 61.23 32.71 -
YUV 200.47 92.18 130.52 -
System Red Green Blue C M Y K H S L
Decimal 204 211 137 0.03 0 0.35 0.17 65.68 0.46 0.68
Hex CC D3 89 3 0 23 11 42 2E 44
Octal 314 323 211 3 0 43 21 102 56 104
Binary 11001100 11010011 10001001 11 0 100011 10001 1000010 101110 1000100

Color Harmonies of #CCD389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD389

Black with #CCD389

Text Example


Text Example

White with #CCD389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD389; }

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

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

background-color css

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

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

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

border-color css

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

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

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