Html Css Color HEX #DDC969 Chenin

📋 copy color: '#DDC969'

red 221 ◦ green 201 ◦ blue 105

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

Shades of Chenin #DDC969

Tints of Chenin #DDC969

RGB

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

 GREEN value IS 201 (78.91% from 255) = 38.14%

 BLUE value IS 105 (41.41% from 255) = 19.92%

R = 41.94%
G = 38.14%
B = 19.92%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DDC969 (or 0xDDC969) is known color: Chenin. HEX triplet: DD, C9 and 69. RGB value is (221,201,105). Sum of RGB (Red+Green+Blue) = 221+201+105=527 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.94% from 527); Green value is 201 (78.91% from 255 or 38.14% from 527); Blue value is 105 (41.41% from 255 or 19.92% from 527); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC969 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC969 is #223696. Grayscale: #C4C4C4. Windows color (decimal): -2242199 or 6932957. OLE color: 6932957.

HSL color Cylindrical-coordinate representation of color #DDC969: hue angle of 49.66º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DDC969 is Cyan = 0, Magento = 0.09, Yellow = 0.52 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 201 105 -
CMYK 0 0.09 0.52 0.13
HSL 49.66º 0.63% 0.64% -
HSV(B) 49.66º 0.52% 0.87% -
XYZ 53.26 58.17 21.78 -
YUV 196.04 76.63 145.81 -
System Red Green Blue C M Y K H S L
Decimal 221 201 105 0 0.09 0.52 0.13 49.66 0.63 0.64
Hex DD C9 69 0 9 34 D 32 3F 40
Octal 335 311 151 0 11 64 15 62 77 100
Binary 11011101 11001001 1101001 0 1001 110100 1101 110010 111111 1000000

Color Harmonies of #DDC969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC969

Black with #DDC969

Text Example


Text Example

White with #DDC969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC969; }

 p { color: rgb(221,201,105); }

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

background-color css

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

 a { background-color: rgb(221,201,105); }

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

border-color css

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

 span { border-color: rgb(221,201,105); }

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