Html Css Color HEX #CCD383 Deco

📋 copy color: '#CCD383'

red 204 ◦ green 211 ◦ blue 131

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

Shades of Deco #CCD383

Tints of Deco #CCD383

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 23.99%

R = 37.36%
G = 38.64%
B = 23.99%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.38

 K value IS 0.17

RGB Variations

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

Color information

#CCD383 (or 0xCCD383) is known color: Deco. HEX triplet: CC, D3 and 83. RGB value is (204,211,131). Sum of RGB (Red+Green+Blue) = 204+211+131=546 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.36% from 546); Green value is 211 (82.81% from 255 or 38.64% from 546); Blue value is 131 (51.56% from 255 or 23.99% from 546); Max value from RGB is 211 - color contains mainly: green. Hex color #CCD383 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD383 is #332C7C. Grayscale: #C8C8C8. Windows color (decimal): -3353725 or 8639436. OLE color: 8639436.

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

Color convert

RGB 204 211 131 -
CMYK 0.03 0 0.38 0.17
HSL 65.25º 0.48% 0.67% -
HSV(B) 65.25º 0.38% 0.83% -
XYZ 52.29 61.06 30.5 -
YUV 199.79 89.18 131 -
System Red Green Blue C M Y K H S L
Decimal 204 211 131 0.03 0 0.38 0.17 65.25 0.48 0.67
Hex CC D3 83 3 0 26 11 41 30 43
Octal 314 323 203 3 0 46 21 101 60 103
Binary 11001100 11010011 10000011 11 0 100110 10001 1000001 110000 1000011

Color Harmonies of #CCD383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD383

Black with #CCD383

Text Example


Text Example

White with #CCD383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD383; }

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

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

background-color css

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

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

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

border-color css

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

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

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