Html Css Color HEX #DDC965 Chenin

📋 copy color: '#DDC965'

red 221 ◦ green 201 ◦ blue 101

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

Shades of Chenin #DDC965

Tints of Chenin #DDC965

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 19.31%

R = 42.26%
G = 38.43%
B = 19.31%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.54

 K value IS 0.13

RGB Variations

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

Color information

#DDC965 (or 0xDDC965) is known color: Chenin. HEX triplet: DD, C9 and 65. RGB value is (221,201,101). Sum of RGB (Red+Green+Blue) = 221+201+101=523 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.26% from 523); Green value is 201 (78.91% from 255 or 38.43% from 523); Blue value is 101 (39.84% from 255 or 19.31% from 523); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC965 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC965 is #22369A. Grayscale: #C4C4C4. Windows color (decimal): -2242203 or 6670813. OLE color: 6670813.

HSL color Cylindrical-coordinate representation of color #DDC965: hue angle of 50º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DDC965 is Cyan = 0, Magento = 0.09, Yellow = 0.54 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 201 101 -
CMYK 0 0.09 0.54 0.13
HSL 50º 0.64% 0.63% -
HSV(B) 50º 0.54% 0.87% -
XYZ 53.05 58.09 20.73 -
YUV 195.58 74.63 146.13 -
System Red Green Blue C M Y K H S L
Decimal 221 201 101 0 0.09 0.54 0.13 50 0.64 0.63
Hex DD C9 65 0 9 36 D 32 40 3F
Octal 335 311 145 0 11 66 15 62 100 77
Binary 11011101 11001001 1100101 0 1001 110110 1101 110010 1000000 111111

Color Harmonies of #DDC965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC965

Black with #DDC965

Text Example


Text Example

White with #DDC965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC965; }

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

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

background-color css

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

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

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

border-color css

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

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

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