Html Css Color HEX #DDC27D Chalky

📋 copy color: '#DDC27D'

red 221 ◦ green 194 ◦ blue 125

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

Shades of Chalky #DDC27D

Tints of Chalky #DDC27D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 23.15%

R = 40.93%
G = 35.93%
B = 23.15%

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

#DDC27D (or 0xDDC27D) is known color: Chalky. HEX triplet: DD, C2 and 7D. RGB value is (221,194,125). Sum of RGB (Red+Green+Blue) = 221+194+125=540 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.93% from 540); Green value is 194 (76.17% from 255 or 35.93% from 540); Blue value is 125 (49.22% from 255 or 23.15% from 540); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC27D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC27D is #223D82. Grayscale: #C2C2C2. Windows color (decimal): -2243971 or 8241885. OLE color: 8241885.

HSL color Cylindrical-coordinate representation of color #DDC27D: hue angle of 43.12º degrees, saturation: 0.59, 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 #DDC27D is Cyan = 0, Magento = 0.12, Yellow = 0.43 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 194 125 -
CMYK 0 0.12 0.43 0.13
HSL 43.13º 0.59% 0.68% -
HSV(B) 43.13º 0.43% 0.87% -
XYZ 52.81 55.44 27.32 -
YUV 194.21 88.95 147.11 -
System Red Green Blue C M Y K H S L
Decimal 221 194 125 0 0.12 0.43 0.13 43.13 0.59 0.68
Hex DD C2 7D 0 C 2B D 2B 3B 44
Octal 335 302 175 0 14 53 15 53 73 104
Binary 11011101 11000010 1111101 0 1100 101011 1101 101011 111011 1000100

Color Harmonies of #DDC27D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC27D

Black with #DDC27D

Text Example


Text Example

White with #DDC27D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC27D; }

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

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

background-color css

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

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

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

border-color css

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

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

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