Html Css Color HEX #DDC86B Chenin

📋 copy color: '#DDC86B'

red 221 ◦ green 200 ◦ blue 107

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

Shades of Chenin #DDC86B

Tints of Chenin #DDC86B

RGB

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

 GREEN value IS 200 (78.52% from 255) = 37.88%

 BLUE value IS 107 (42.19% from 255) = 20.27%

R = 41.86%
G = 37.88%
B = 20.27%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DDC86B (or 0xDDC86B) is known color: Chenin. HEX triplet: DD, C8 and 6B. RGB value is (221,200,107). Sum of RGB (Red+Green+Blue) = 221+200+107=528 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.86% from 528); Green value is 200 (78.52% from 255 or 37.88% from 528); Blue value is 107 (42.19% from 255 or 20.27% from 528); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC86B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC86B is #223794. Grayscale: #C4C4C4. Windows color (decimal): -2242453 or 7063773. OLE color: 7063773.

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

Color convert

RGB 221 200 107 -
CMYK 0 0.10 0.52 0.13
HSL 48.95º 0.63% 0.64% -
HSV(B) 48.95º 0.52% 0.87% -
XYZ 53.13 57.74 22.26 -
YUV 195.68 77.96 146.06 -
System Red Green Blue C M Y K H S L
Decimal 221 200 107 0 0.10 0.52 0.13 48.95 0.63 0.64
Hex DD C8 6B 0 A 34 D 31 3F 40
Octal 335 310 153 0 12 64 15 61 77 100
Binary 11011101 11001000 1101011 0 1010 110100 1101 110001 111111 1000000

Color Harmonies of #DDC86B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC86B

Black with #DDC86B

Text Example


Text Example

White with #DDC86B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC86B; }

 p { color: rgb(221,200,107); }

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

background-color css

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

 a { background-color: rgb(221,200,107); }

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

border-color css

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

 span { border-color: rgb(221,200,107); }

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