Html Css Color HEX #DDC27F Chalky

📋 copy color: '#DDC27F'

red 221 ◦ green 194 ◦ blue 127

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

Shades of Chalky #DDC27F

Tints of Chalky #DDC27F

RGB

 RED value IS 221 (86.72% from 255) = 40.77%

 GREEN value IS 194 (76.17% from 255) = 35.79%

 BLUE value IS 127 (50% from 255) = 23.43%

R = 40.77%
G = 35.79%
B = 23.43%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DDC27F (or 0xDDC27F) is known color: Chalky. HEX triplet: DD, C2 and 7F. RGB value is (221,194,127). Sum of RGB (Red+Green+Blue) = 221+194+127=542 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.77% from 542); Green value is 194 (76.17% from 255 or 35.79% from 542); Blue value is 127 (50% from 255 or 23.43% from 542); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC27F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC27F is #223D80. Grayscale: #C2C2C2. Windows color (decimal): -2243969 or 8372957. OLE color: 8372957.

HSL color Cylindrical-coordinate representation of color #DDC27F: hue angle of 42.77º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DDC27F is Cyan = 0, Magento = 0.12, Yellow = 0.43 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 194 127 -
CMYK 0 0.12 0.43 0.13
HSL 42.77º 0.58% 0.68% -
HSV(B) 42.77º 0.43% 0.87% -
XYZ 52.94 55.49 28 -
YUV 194.44 89.95 146.95 -
System Red Green Blue C M Y K H S L
Decimal 221 194 127 0 0.12 0.43 0.13 42.77 0.58 0.68
Hex DD C2 7F 0 C 2B D 2B 3A 44
Octal 335 302 177 0 14 53 15 53 72 104
Binary 11011101 11000010 1111111 0 1100 101011 1101 101011 111010 1000100

Color Harmonies of #DDC27F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC27F

Black with #DDC27F

Text Example


Text Example

White with #DDC27F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC27F; }

 p { color: rgb(221,194,127); }

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

background-color css

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

 a { background-color: rgb(221,194,127); }

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

border-color css

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

 span { border-color: rgb(221,194,127); }

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