Html Css Color HEX #DDC165 Chenin

📋 copy color: '#DDC165'

red 221 ◦ green 193 ◦ blue 101

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

Shades of Chenin #DDC165

Tints of Chenin #DDC165

RGB

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

 GREEN value IS 193 (75.78% from 255) = 37.48%

 BLUE value IS 101 (39.84% from 255) = 19.61%

R = 42.91%
G = 37.48%
B = 19.61%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.54

 K value IS 0.13

RGB Variations

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

Color information

#DDC165 (or 0xDDC165) is known color: Chenin. HEX triplet: DD, C1 and 65. RGB value is (221,193,101). Sum of RGB (Red+Green+Blue) = 221+193+101=515 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.91% from 515); Green value is 193 (75.78% from 255 or 37.48% from 515); Blue value is 101 (39.84% from 255 or 19.61% from 515); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC165 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC165 is #223E9A. Grayscale: #BFBFBF. Windows color (decimal): -2244251 or 6668765. OLE color: 6668765.

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

Color convert

RGB 221 193 101 -
CMYK 0 0.13 0.54 0.13
HSL 46º 0.64% 0.63% -
HSV(B) 46º 0.54% 0.87% -
XYZ 51.24 54.45 20.12 -
YUV 190.88 77.28 149.48 -
System Red Green Blue C M Y K H S L
Decimal 221 193 101 0 0.13 0.54 0.13 46 0.64 0.63
Hex DD C1 65 0 D 36 D 2E 40 3F
Octal 335 301 145 0 15 66 15 56 100 77
Binary 11011101 11000001 1100101 0 1101 110110 1101 101110 1000000 111111

Color Harmonies of #DDC165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC165

Black with #DDC165

Text Example


Text Example

White with #DDC165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC165; }

 p { color: rgb(221,193,101); }

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

background-color css

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

 a { background-color: rgb(221,193,101); }

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

border-color css

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

 span { border-color: rgb(221,193,101); }

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