Html Css Color HEX #DDC267 Chenin

📋 copy color: '#DDC267'

red 221 ◦ green 194 ◦ blue 103

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

Shades of Chenin #DDC267

Tints of Chenin #DDC267

RGB

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

 GREEN value IS 194 (76.17% from 255) = 37.45%

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

R = 42.66%
G = 37.45%
B = 19.88%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.53

 K value IS 0.13

RGB Variations

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

Color information

#DDC267 (or 0xDDC267) is known color: Chenin. HEX triplet: DD, C2 and 67. RGB value is (221,194,103). Sum of RGB (Red+Green+Blue) = 221+194+103=518 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.66% from 518); Green value is 194 (76.17% from 255 or 37.45% from 518); Blue value is 103 (40.62% from 255 or 19.88% from 518); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC267 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC267 is #223D98. Grayscale: #C0C0C0. Windows color (decimal): -2243993 or 6800093. OLE color: 6800093.

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

Color convert

RGB 221 194 103 -
CMYK 0 0.12 0.53 0.13
HSL 46.27º 0.63% 0.64% -
HSV(B) 46.27º 0.53% 0.87% -
XYZ 51.56 54.94 20.72 -
YUV 191.7 77.95 148.9 -
System Red Green Blue C M Y K H S L
Decimal 221 194 103 0 0.12 0.53 0.13 46.27 0.63 0.64
Hex DD C2 67 0 C 35 D 2E 3F 40
Octal 335 302 147 0 14 65 15 56 77 100
Binary 11011101 11000010 1100111 0 1100 110101 1101 101110 111111 1000000

Color Harmonies of #DDC267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC267

Black with #DDC267

Text Example


Text Example

White with #DDC267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC267; }

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

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

background-color css

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

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

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

border-color css

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

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

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