Html Css Color HEX #DDC768 Chenin

📋 copy color: '#DDC768'

red 221 ◦ green 199 ◦ blue 104

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

Shades of Chenin #DDC768

Tints of Chenin #DDC768

RGB

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

 GREEN value IS 199 (78.13% from 255) = 37.98%

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

R = 42.18%
G = 37.98%
B = 19.85%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.53

 K value IS 0.13

RGB Variations

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

Color information

#DDC768 (or 0xDDC768) is known color: Chenin. HEX triplet: DD, C7 and 68. RGB value is (221,199,104). Sum of RGB (Red+Green+Blue) = 221+199+104=524 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.18% from 524); Green value is 199 (78.12% from 255 or 37.98% from 524); Blue value is 104 (41.02% from 255 or 19.85% from 524); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC768 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC768 is #223897. Grayscale: #C3C3C3. Windows color (decimal): -2242712 or 6866909. OLE color: 6866909.

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

Color convert

RGB 221 199 104 -
CMYK 0 0.10 0.53 0.13
HSL 48.72º 0.63% 0.64% -
HSV(B) 48.72º 0.53% 0.87% -
XYZ 52.74 57.22 21.36 -
YUV 194.75 76.79 146.72 -
System Red Green Blue C M Y K H S L
Decimal 221 199 104 0 0.10 0.53 0.13 48.72 0.63 0.64
Hex DD C7 68 0 A 35 D 31 3F 40
Octal 335 307 150 0 12 65 15 61 77 100
Binary 11011101 11000111 1101000 0 1010 110101 1101 110001 111111 1000000

Color Harmonies of #DDC768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC768

Black with #DDC768

Text Example


Text Example

White with #DDC768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC768; }

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

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

background-color css

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

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

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

border-color css

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

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

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