Html Css Color HEX #DDC07E Chalky

📋 copy color: '#DDC07E'

red 221 ◦ green 192 ◦ blue 126

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

Shades of Chalky #DDC07E

Tints of Chalky #DDC07E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 23.38%

R = 41%
G = 35.62%
B = 23.38%

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

#DDC07E (or 0xDDC07E) is known color: Chalky. HEX triplet: DD, C0 and 7E. RGB value is (221,192,126). Sum of RGB (Red+Green+Blue) = 221+192+126=539 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.00% from 539); Green value is 192 (75.39% from 255 or 35.62% from 539); Blue value is 126 (49.61% from 255 or 23.38% from 539); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC07E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC07E is #223F81. Grayscale: #C1C1C1. Windows color (decimal): -2244482 or 8306909. OLE color: 8306909.

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

Color convert

RGB 221 192 126 -
CMYK 0 0.13 0.43 0.13
HSL 41.68º 0.58% 0.68% -
HSV(B) 41.68º 0.43% 0.87% -
XYZ 52.43 54.58 27.51 -
YUV 193.15 90.11 147.87 -
System Red Green Blue C M Y K H S L
Decimal 221 192 126 0 0.13 0.43 0.13 41.68 0.58 0.68
Hex DD C0 7E 0 D 2B D 2A 3A 44
Octal 335 300 176 0 15 53 15 52 72 104
Binary 11011101 11000000 1111110 0 1101 101011 1101 101010 111010 1000100

Color Harmonies of #DDC07E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC07E

Black with #DDC07E

Text Example


Text Example

White with #DDC07E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC07E; }

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

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

background-color css

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

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

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

border-color css

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

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

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