Html Css Color HEX #DDC268 Chenin

📋 copy color: '#DDC268'

red 221 ◦ green 194 ◦ blue 104

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

Shades of Chenin #DDC268

Tints of Chenin #DDC268

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 20.04%

R = 42.58%
G = 37.38%
B = 20.04%

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

#DDC268 (or 0xDDC268) is known color: Chenin. HEX triplet: DD, C2 and 68. RGB value is (221,194,104). Sum of RGB (Red+Green+Blue) = 221+194+104=519 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.58% from 519); Green value is 194 (76.17% from 255 or 37.38% from 519); Blue value is 104 (41.02% from 255 or 20.04% from 519); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC268 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC268 is #223D97. Grayscale: #C0C0C0. Windows color (decimal): -2243992 or 6865629. OLE color: 6865629.

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

Color convert

RGB 221 194 104 -
CMYK 0 0.12 0.53 0.13
HSL 46.15º 0.63% 0.64% -
HSV(B) 46.15º 0.53% 0.87% -
XYZ 51.61 54.96 20.98 -
YUV 191.81 78.45 148.82 -
System Red Green Blue C M Y K H S L
Decimal 221 194 104 0 0.12 0.53 0.13 46.15 0.63 0.64
Hex DD C2 68 0 C 35 D 2E 3F 40
Octal 335 302 150 0 14 65 15 56 77 100
Binary 11011101 11000010 1101000 0 1100 110101 1101 101110 111111 1000000

Color Harmonies of #DDC268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC268

Black with #DDC268

Text Example


Text Example

White with #DDC268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC268; }

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

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

background-color css

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

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

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

border-color css

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

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

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