Html Css Color HEX #DDC76E Chenin

📋 copy color: '#DDC76E'

red 221 ◦ green 199 ◦ blue 110

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

Shades of Chenin #DDC76E

Tints of Chenin #DDC76E

RGB

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

 GREEN value IS 199 (78.13% from 255) = 37.55%

 BLUE value IS 110 (43.36% from 255) = 20.75%

R = 41.7%
G = 37.55%
B = 20.75%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DDC76E (or 0xDDC76E) is known color: Chenin. HEX triplet: DD, C7 and 6E. RGB value is (221,199,110). Sum of RGB (Red+Green+Blue) = 221+199+110=530 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.70% from 530); Green value is 199 (78.12% from 255 or 37.55% from 530); Blue value is 110 (43.36% from 255 or 20.75% from 530); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC76E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC76E is #223891. Grayscale: #C3C3C3. Windows color (decimal): -2242706 or 7260125. OLE color: 7260125.

HSL color Cylindrical-coordinate representation of color #DDC76E: hue angle of 48.11º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DDC76E is Cyan = 0, Magento = 0.10, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 199 110 -
CMYK 0 0.10 0.50 0.13
HSL 48.11º 0.62% 0.65% -
HSV(B) 48.11º 0.5% 0.87% -
XYZ 53.06 57.34 23.02 -
YUV 195.43 79.79 146.24 -
System Red Green Blue C M Y K H S L
Decimal 221 199 110 0 0.10 0.50 0.13 48.11 0.62 0.65
Hex DD C7 6E 0 A 32 D 30 3E 41
Octal 335 307 156 0 12 62 15 60 76 101
Binary 11011101 11000111 1101110 0 1010 110010 1101 110000 111110 1000001

Color Harmonies of #DDC76E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC76E

Black with #DDC76E

Text Example


Text Example

White with #DDC76E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC76E; }

 p { color: rgb(221,199,110); }

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

background-color css

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

 a { background-color: rgb(221,199,110); }

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

border-color css

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

 span { border-color: rgb(221,199,110); }

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