Html Css Color HEX #DDC968 Chenin

📋 copy color: '#DDC968'

red 221 ◦ green 201 ◦ blue 104

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

Shades of Chenin #DDC968

Tints of Chenin #DDC968

RGB

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

 GREEN value IS 201 (78.91% from 255) = 38.21%

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

R = 42.02%
G = 38.21%
B = 19.77%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.53

 K value IS 0.13

RGB Variations

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

Color information

#DDC968 (or 0xDDC968) is known color: Chenin. HEX triplet: DD, C9 and 68. RGB value is (221,201,104). Sum of RGB (Red+Green+Blue) = 221+201+104=526 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.02% from 526); Green value is 201 (78.91% from 255 or 38.21% from 526); Blue value is 104 (41.02% from 255 or 19.77% from 526); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC968 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC968 is #223697. Grayscale: #C4C4C4. Windows color (decimal): -2242200 or 6867421. OLE color: 6867421.

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

Color convert

RGB 221 201 104 -
CMYK 0 0.09 0.53 0.13
HSL 49.74º 0.63% 0.64% -
HSV(B) 49.74º 0.53% 0.87% -
XYZ 53.2 58.14 21.52 -
YUV 195.92 76.13 145.89 -
System Red Green Blue C M Y K H S L
Decimal 221 201 104 0 0.09 0.53 0.13 49.74 0.63 0.64
Hex DD C9 68 0 9 35 D 32 3F 40
Octal 335 311 150 0 11 65 15 62 77 100
Binary 11011101 11001001 1101000 0 1001 110101 1101 110010 111111 1000000

Color Harmonies of #DDC968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC968

Black with #DDC968

Text Example


Text Example

White with #DDC968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC968; }

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

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

background-color css

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

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

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

border-color css

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

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

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