Html Css Color HEX #DDC167 Chenin

📋 copy color: '#DDC167'

red 221 ◦ green 193 ◦ blue 103

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

Shades of Chenin #DDC167

Tints of Chenin #DDC167

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 19.92%

R = 42.75%
G = 37.33%
B = 19.92%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.53

 K value IS 0.13

RGB Variations

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

Color information

#DDC167 (or 0xDDC167) is known color: Chenin. HEX triplet: DD, C1 and 67. RGB value is (221,193,103). Sum of RGB (Red+Green+Blue) = 221+193+103=517 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.75% from 517); Green value is 193 (75.78% from 255 or 37.33% from 517); Blue value is 103 (40.62% from 255 or 19.92% from 517); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC167 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC167 is #223E98. Grayscale: #BFBFBF. Windows color (decimal): -2244249 or 6799837. OLE color: 6799837.

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

Color convert

RGB 221 193 103 -
CMYK 0 0.13 0.53 0.13
HSL 45.76º 0.63% 0.64% -
HSV(B) 45.76º 0.53% 0.87% -
XYZ 51.34 54.49 20.64 -
YUV 191.11 78.28 149.32 -
System Red Green Blue C M Y K H S L
Decimal 221 193 103 0 0.13 0.53 0.13 45.76 0.63 0.64
Hex DD C1 67 0 D 35 D 2E 3F 40
Octal 335 301 147 0 15 65 15 56 77 100
Binary 11011101 11000001 1100111 0 1101 110101 1101 101110 111111 1000000

Color Harmonies of #DDC167

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC167

Black with #DDC167

Text Example


Text Example

White with #DDC167

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC167; }

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

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

background-color css

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

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

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

border-color css

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

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

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