Html Css Color HEX #CCD38D Deco

📋 copy color: '#CCD38D'

red 204 ◦ green 211 ◦ blue 141

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

Shades of Deco #CCD38D

Tints of Deco #CCD38D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 25.36%

R = 36.69%
G = 37.95%
B = 25.36%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.33

 K value IS 0.17

RGB Variations

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

Color information

#CCD38D (or 0xCCD38D) is known color: Deco. HEX triplet: CC, D3 and 8D. RGB value is (204,211,141). Sum of RGB (Red+Green+Blue) = 204+211+141=556 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.69% from 556); Green value is 211 (82.81% from 255 or 37.95% from 556); Blue value is 141 (55.47% from 255 or 25.36% from 556); Max value from RGB is 211 - color contains mainly: green. Hex color #CCD38D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD38D is #332C72. Grayscale: #C9C9C9. Windows color (decimal): -3353715 or 9294796. OLE color: 9294796.

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

Color convert

RGB 204 211 141 -
CMYK 0.03 0 0.33 0.17
HSL 66º 0.44% 0.69% -
HSV(B) 66º 0.33% 0.83% -
XYZ 53 61.35 34.25 -
YUV 200.93 94.18 130.19 -
System Red Green Blue C M Y K H S L
Decimal 204 211 141 0.03 0 0.33 0.17 66 0.44 0.69
Hex CC D3 8D 3 0 21 11 42 2C 45
Octal 314 323 215 3 0 41 21 102 54 105
Binary 11001100 11010011 10001101 11 0 100001 10001 1000010 101100 1000101

Color Harmonies of #CCD38D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD38D

Black with #CCD38D

Text Example


Text Example

White with #CCD38D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD38D; }

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

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

background-color css

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

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

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

border-color css

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

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

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