Html Css Color HEX #DDC069 Chenin

📋 copy color: '#DDC069'

red 221 ◦ green 192 ◦ blue 105

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

Shades of Chenin #DDC069

Tints of Chenin #DDC069

RGB

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

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

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

R = 42.66%
G = 37.07%
B = 20.27%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DDC069 (or 0xDDC069) is known color: Chenin. HEX triplet: DD, C0 and 69. RGB value is (221,192,105). Sum of RGB (Red+Green+Blue) = 221+192+105=518 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.66% from 518); Green value is 192 (75.39% from 255 or 37.07% from 518); Blue value is 105 (41.41% from 255 or 20.27% from 518); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC069 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC069 is #223F96. Grayscale: #BFBFBF. Windows color (decimal): -2244503 or 6930653. OLE color: 6930653.

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

Color convert

RGB 221 192 105 -
CMYK 0 0.13 0.52 0.13
HSL 45º 0.63% 0.64% -
HSV(B) 45º 0.52% 0.87% -
XYZ 51.22 54.09 21.11 -
YUV 190.75 79.61 149.57 -
System Red Green Blue C M Y K H S L
Decimal 221 192 105 0 0.13 0.52 0.13 45 0.63 0.64
Hex DD C0 69 0 D 34 D 2D 3F 40
Octal 335 300 151 0 15 64 15 55 77 100
Binary 11011101 11000000 1101001 0 1101 110100 1101 101101 111111 1000000

Color Harmonies of #DDC069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC069

Black with #DDC069

Text Example


Text Example

White with #DDC069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC069; }

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

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

background-color css

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

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

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

border-color css

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

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

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