Html Css Color HEX #DDC068 Chenin

📋 copy color: '#DDC068'

red 221 ◦ green 192 ◦ blue 104

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

Shades of Chenin #DDC068

Tints of Chenin #DDC068

RGB

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

 GREEN value IS 192 (75.39% from 255) = 37.14%

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

R = 42.75%
G = 37.14%
B = 20.12%

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

#DDC068 (or 0xDDC068) is known color: Chenin. HEX triplet: DD, C0 and 68. RGB value is (221,192,104). Sum of RGB (Red+Green+Blue) = 221+192+104=517 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.75% from 517); Green value is 192 (75.39% from 255 or 37.14% from 517); Blue value is 104 (41.02% from 255 or 20.12% from 517); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC068 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC068 is #223F97. Grayscale: #BFBFBF. Windows color (decimal): -2244504 or 6865117. OLE color: 6865117.

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

Color convert

RGB 221 192 104 -
CMYK 0 0.13 0.53 0.13
HSL 45.13º 0.63% 0.64% -
HSV(B) 45.13º 0.53% 0.87% -
XYZ 51.17 54.07 20.84 -
YUV 190.64 79.11 149.66 -
System Red Green Blue C M Y K H S L
Decimal 221 192 104 0 0.13 0.53 0.13 45.13 0.63 0.64
Hex DD C0 68 0 D 35 D 2D 3F 40
Octal 335 300 150 0 15 65 15 55 77 100
Binary 11011101 11000000 1101000 0 1101 110101 1101 101101 111111 1000000

Color Harmonies of #DDC068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC068

Black with #DDC068

Text Example


Text Example

White with #DDC068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC068; }

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

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

background-color css

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

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

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

border-color css

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

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

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