Html Css Color HEX #DDC669 Chenin

📋 copy color: '#DDC669'

red 221 ◦ green 198 ◦ blue 105

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

Shades of Chenin #DDC669

Tints of Chenin #DDC669

RGB

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

 GREEN value IS 198 (77.73% from 255) = 37.79%

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

R = 42.18%
G = 37.79%
B = 20.04%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DDC669 (or 0xDDC669) is known color: Chenin. HEX triplet: DD, C6 and 69. RGB value is (221,198,105). Sum of RGB (Red+Green+Blue) = 221+198+105=524 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.18% from 524); Green value is 198 (77.73% from 255 or 37.79% from 524); Blue value is 105 (41.41% from 255 or 20.04% from 524); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC669 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC669 is #223996. Grayscale: #C2C2C2. Windows color (decimal): -2242967 or 6932189. OLE color: 6932189.

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

Color convert

RGB 221 198 105 -
CMYK 0 0.10 0.52 0.13
HSL 48.1º 0.63% 0.64% -
HSV(B) 48.1º 0.52% 0.87% -
XYZ 52.56 56.78 21.55 -
YUV 194.28 77.62 147.06 -
System Red Green Blue C M Y K H S L
Decimal 221 198 105 0 0.10 0.52 0.13 48.1 0.63 0.64
Hex DD C6 69 0 A 34 D 30 3F 40
Octal 335 306 151 0 12 64 15 60 77 100
Binary 11011101 11000110 1101001 0 1010 110100 1101 110000 111111 1000000

Color Harmonies of #DDC669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC669

Black with #DDC669

Text Example


Text Example

White with #DDC669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC669; }

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

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

background-color css

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

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

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

border-color css

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

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

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