Html Css Color HEX #DDBD66 Chenin

📋 copy color: '#DDBD66'

red 221 ◦ green 189 ◦ blue 102

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

Shades of Chenin #DDBD66

Tints of Chenin #DDBD66

RGB

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

 GREEN value IS 189 (74.22% from 255) = 36.91%

 BLUE value IS 102 (40.23% from 255) = 19.92%

R = 43.16%
G = 36.91%
B = 19.92%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.54

 K value IS 0.13

RGB Variations

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

Color information

#DDBD66 (or 0xDDBD66) is known color: Chenin. HEX triplet: DD, BD and 66. RGB value is (221,189,102). Sum of RGB (Red+Green+Blue) = 221+189+102=512 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.16% from 512); Green value is 189 (74.22% from 255 or 36.91% from 512); Blue value is 102 (40.23% from 255 or 19.92% from 512); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBD66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDBD66 is #224299. Grayscale: #BDBDBD. Windows color (decimal): -2245274 or 6733277. OLE color: 6733277.

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

Color convert

RGB 221 189 102 -
CMYK 0 0.14 0.54 0.13
HSL 43.87º 0.64% 0.63% -
HSV(B) 43.87º 0.54% 0.87% -
XYZ 50.41 52.73 20.09 -
YUV 188.65 79.1 151.07 -
System Red Green Blue C M Y K H S L
Decimal 221 189 102 0 0.14 0.54 0.13 43.87 0.64 0.63
Hex DD BD 66 0 E 36 D 2C 40 3F
Octal 335 275 146 0 16 66 15 54 100 77
Binary 11011101 10111101 1100110 0 1110 110110 1101 101100 1000000 111111

Color Harmonies of #DDBD66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBD66

Black with #DDBD66

Text Example


Text Example

White with #DDBD66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBD66; }

 p { color: rgb(221,189,102); }

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

background-color css

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

 a { background-color: rgb(221,189,102); }

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

border-color css

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

 span { border-color: rgb(221,189,102); }

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