Html Css Color HEX #CCDA8A Deco

📋 copy color: '#CCDA8A'

red 204 ◦ green 218 ◦ blue 138

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

Shades of Deco #CCDA8A

Tints of Deco #CCDA8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 24.64%

R = 36.43%
G = 38.93%
B = 24.64%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.37

 K value IS 0.15

RGB Variations

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

Color information

#CCDA8A (or 0xCCDA8A) is known color: Deco. HEX triplet: CC, DA and 8A. RGB value is (204,218,138). Sum of RGB (Red+Green+Blue) = 204+218+138=560 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.43% from 560); Green value is 218 (85.55% from 255 or 38.93% from 560); Blue value is 138 (54.30% from 255 or 24.64% from 560); Max value from RGB is 218 - color contains mainly: green. Hex color #CCDA8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCDA8A is #332575. Grayscale: #CDCDCD. Windows color (decimal): -3351926 or 9099980. OLE color: 9099980.

HSL color Cylindrical-coordinate representation of color #CCDA8A: hue angle of 70.5º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CCDA8A is Cyan = 0.06, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.15.

Color convert

RGB 204 218 138 -
CMYK 0.06 0 0.37 0.15
HSL 70.5º 0.52% 0.7% -
HSV(B) 70.5º 0.37% 0.85% -
XYZ 54.56 64.82 33.68 -
YUV 204.69 90.36 127.5 -
System Red Green Blue C M Y K H S L
Decimal 204 218 138 0.06 0 0.37 0.15 70.5 0.52 0.7
Hex CC DA 8A 6 0 25 F 46 34 46
Octal 314 332 212 6 0 45 17 106 64 106
Binary 11001100 11011010 10001010 110 0 100101 1111 1000110 110100 1000110

Color Harmonies of #CCDA8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDA8A

Black with #CCDA8A

Text Example


Text Example

White with #CCDA8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDA8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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