Html Css Color HEX #DDC07F Chalky

📋 copy color: '#DDC07F'

red 221 ◦ green 192 ◦ blue 127

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

Shades of Chalky #DDC07F

Tints of Chalky #DDC07F

RGB

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

 GREEN value IS 192 (75.39% from 255) = 35.56%

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

R = 40.93%
G = 35.56%
B = 23.52%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DDC07F (or 0xDDC07F) is known color: Chalky. HEX triplet: DD, C0 and 7F. RGB value is (221,192,127). Sum of RGB (Red+Green+Blue) = 221+192+127=540 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.93% from 540); Green value is 192 (75.39% from 255 or 35.56% from 540); Blue value is 127 (50% from 255 or 23.52% from 540); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC07F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC07F is #223F80. Grayscale: #C1C1C1. Windows color (decimal): -2244481 or 8372445. OLE color: 8372445.

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

Color convert

RGB 221 192 127 -
CMYK 0 0.13 0.43 0.13
HSL 41.49º 0.58% 0.68% -
HSV(B) 41.49º 0.43% 0.87% -
XYZ 52.5 54.6 27.85 -
YUV 193.26 90.61 147.79 -
System Red Green Blue C M Y K H S L
Decimal 221 192 127 0 0.13 0.43 0.13 41.49 0.58 0.68
Hex DD C0 7F 0 D 2B D 29 3A 44
Octal 335 300 177 0 15 53 15 51 72 104
Binary 11011101 11000000 1111111 0 1101 101011 1101 101001 111010 1000100

Color Harmonies of #DDC07F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC07F

Black with #DDC07F

Text Example


Text Example

White with #DDC07F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC07F; }

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

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

background-color css

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

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

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

border-color css

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

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

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