Html Css Color HEX #CCDA83 Deco

📋 copy color: '#CCDA83'

red 204 ◦ green 218 ◦ blue 131

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

Shades of Deco #CCDA83

Tints of Deco #CCDA83

RGB

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

 GREEN value IS 218 (85.55% from 255) = 39.42%

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

R = 36.89%
G = 39.42%
B = 23.69%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.40

 K value IS 0.15

RGB Variations

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

Color information

#CCDA83 (or 0xCCDA83) is known color: Deco. HEX triplet: CC, DA and 83. RGB value is (204,218,131). Sum of RGB (Red+Green+Blue) = 204+218+131=553 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.89% from 553); Green value is 218 (85.55% from 255 or 39.42% from 553); Blue value is 131 (51.56% from 255 or 23.69% from 553); Max value from RGB is 218 - color contains mainly: green. Hex color #CCDA83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCDA83 is #33257C. Grayscale: #CCCCCC. Windows color (decimal): -3351933 or 8641228. OLE color: 8641228.

HSL color Cylindrical-coordinate representation of color #CCDA83: hue angle of 69.66º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CCDA83 is Cyan = 0.06, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.

Color convert

RGB 204 218 131 -
CMYK 0.06 0 0.40 0.15
HSL 69.66º 0.54% 0.68% -
HSV(B) 69.66º 0.4% 0.85% -
XYZ 54.07 64.62 31.1 -
YUV 203.9 86.86 128.07 -
System Red Green Blue C M Y K H S L
Decimal 204 218 131 0.06 0 0.40 0.15 69.66 0.54 0.68
Hex CC DA 83 6 0 28 F 46 36 44
Octal 314 332 203 6 0 50 17 106 66 104
Binary 11001100 11011010 10000011 110 0 101000 1111 1000110 110110 1000100

Color Harmonies of #CCDA83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDA83

Black with #CCDA83

Text Example


Text Example

White with #CCDA83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDA83; }

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

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

background-color css

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

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

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

border-color css

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

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

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