Html Css Color HEX #CCD483 Deco

📋 copy color: '#CCD483'

red 204 ◦ green 212 ◦ blue 131

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

Shades of Deco #CCD483

Tints of Deco #CCD483

RGB

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

 GREEN value IS 212 (83.2% from 255) = 38.76%

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

R = 37.29%
G = 38.76%
B = 23.95%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.38

 K value IS 0.17

RGB Variations

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

Color information

#CCD483 (or 0xCCD483) is known color: Deco. HEX triplet: CC, D4 and 83. RGB value is (204,212,131). Sum of RGB (Red+Green+Blue) = 204+212+131=547 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.29% from 547); Green value is 212 (83.20% from 255 or 38.76% from 547); Blue value is 131 (51.56% from 255 or 23.95% from 547); Max value from RGB is 212 - color contains mainly: green. Hex color #CCD483 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD483 is #332B7C. Grayscale: #C8C8C8. Windows color (decimal): -3353469 or 8639692. OLE color: 8639692.

HSL color Cylindrical-coordinate representation of color #CCD483: hue angle of 65.93º degrees, saturation: 0.49, 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 #CCD483 is Cyan = 0.04, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.17.

Color convert

RGB 204 212 131 -
CMYK 0.04 0 0.38 0.17
HSL 65.93º 0.49% 0.67% -
HSV(B) 65.93º 0.38% 0.83% -
XYZ 52.54 61.56 30.59 -
YUV 200.37 88.85 130.59 -
System Red Green Blue C M Y K H S L
Decimal 204 212 131 0.04 0 0.38 0.17 65.93 0.49 0.67
Hex CC D4 83 4 0 26 11 42 31 43
Octal 314 324 203 4 0 46 21 102 61 103
Binary 11001100 11010100 10000011 100 0 100110 10001 1000010 110001 1000011

Color Harmonies of #CCD483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD483

Black with #CCD483

Text Example


Text Example

White with #CCD483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD483; }

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

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

background-color css

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

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

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

border-color css

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

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

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