Html Css Color HEX #DDC668 Chenin

📋 copy color: '#DDC668'

red 221 ◦ green 198 ◦ blue 104

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

Shades of Chenin #DDC668

Tints of Chenin #DDC668

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 19.89%

R = 42.26%
G = 37.86%
B = 19.89%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.53

 K value IS 0.13

RGB Variations

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

Color information

#DDC668 (or 0xDDC668) is known color: Chenin. HEX triplet: DD, C6 and 68. RGB value is (221,198,104). Sum of RGB (Red+Green+Blue) = 221+198+104=523 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.26% from 523); Green value is 198 (77.73% from 255 or 37.86% from 523); Blue value is 104 (41.02% from 255 or 19.89% from 523); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC668 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC668 is #223997. Grayscale: #C2C2C2. Windows color (decimal): -2242968 or 6866653. OLE color: 6866653.

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

Color convert

RGB 221 198 104 -
CMYK 0 0.10 0.53 0.13
HSL 48.21º 0.63% 0.64% -
HSV(B) 48.21º 0.53% 0.87% -
XYZ 52.51 56.76 21.28 -
YUV 194.16 77.12 147.14 -
System Red Green Blue C M Y K H S L
Decimal 221 198 104 0 0.10 0.53 0.13 48.21 0.63 0.64
Hex DD C6 68 0 A 35 D 30 3F 40
Octal 335 306 150 0 12 65 15 60 77 100
Binary 11011101 11000110 1101000 0 1010 110101 1101 110000 111111 1000000

Color Harmonies of #DDC668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC668

Black with #DDC668

Text Example


Text Example

White with #DDC668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC668; }

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

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

background-color css

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

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

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

border-color css

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

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

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