Html Css Color HEX #DDBD6C Chenin

📋 copy color: '#DDBD6C'

red 221 ◦ green 189 ◦ blue 108

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

Shades of Chenin #DDBD6C

Tints of Chenin #DDBD6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 20.85%

R = 42.66%
G = 36.49%
B = 20.85%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#DDBD6C (or 0xDDBD6C) is known color: Chenin. HEX triplet: DD, BD and 6C. RGB value is (221,189,108). Sum of RGB (Red+Green+Blue) = 221+189+108=518 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.66% from 518); Green value is 189 (74.22% from 255 or 36.49% from 518); Blue value is 108 (42.58% from 255 or 20.85% from 518); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBD6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDBD6C is #224293. Grayscale: #BDBDBD. Windows color (decimal): -2245268 or 7126493. OLE color: 7126493.

HSL color Cylindrical-coordinate representation of color #DDBD6C: hue angle of 43.01º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DDBD6C is Cyan = 0, Magento = 0.14, Yellow = 0.51 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 189 108 -
CMYK 0 0.14 0.51 0.13
HSL 43.01º 0.62% 0.65% -
HSV(B) 43.01º 0.51% 0.87% -
XYZ 50.72 52.85 21.72 -
YUV 189.33 82.1 150.59 -
System Red Green Blue C M Y K H S L
Decimal 221 189 108 0 0.14 0.51 0.13 43.01 0.62 0.65
Hex DD BD 6C 0 E 33 D 2B 3E 41
Octal 335 275 154 0 16 63 15 53 76 101
Binary 11011101 10111101 1101100 0 1110 110011 1101 101011 111110 1000001

Color Harmonies of #DDBD6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBD6C

Black with #DDBD6C

Text Example


Text Example

White with #DDBD6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBD6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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