Html Css Color HEX #DDC76D Chenin

📋 copy color: '#DDC76D'

red 221 ◦ green 199 ◦ blue 109

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

Shades of Chenin #DDC76D

Tints of Chenin #DDC76D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 20.6%

R = 41.78%
G = 37.62%
B = 20.6%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#DDC76D (or 0xDDC76D) is known color: Chenin. HEX triplet: DD, C7 and 6D. RGB value is (221,199,109). Sum of RGB (Red+Green+Blue) = 221+199+109=529 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.78% from 529); Green value is 199 (78.12% from 255 or 37.62% from 529); Blue value is 109 (42.97% from 255 or 20.60% from 529); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC76D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC76D is #223892. Grayscale: #C3C3C3. Windows color (decimal): -2242707 or 7194589. OLE color: 7194589.

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

Color convert

RGB 221 199 109 -
CMYK 0 0.10 0.51 0.13
HSL 48.21º 0.62% 0.65% -
HSV(B) 48.21º 0.51% 0.87% -
XYZ 53 57.32 22.74 -
YUV 195.32 79.29 146.32 -
System Red Green Blue C M Y K H S L
Decimal 221 199 109 0 0.10 0.51 0.13 48.21 0.62 0.65
Hex DD C7 6D 0 A 33 D 30 3E 41
Octal 335 307 155 0 12 63 15 60 76 101
Binary 11011101 11000111 1101101 0 1010 110011 1101 110000 111110 1000001

Color Harmonies of #DDC76D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC76D

Black with #DDC76D

Text Example


Text Example

White with #DDC76D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC76D; }

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

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

background-color css

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

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

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

border-color css

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

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

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