Html Css Color HEX #DDC369 Chenin

📋 copy color: '#DDC369'

red 221 ◦ green 195 ◦ blue 105

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

Shades of Chenin #DDC369

Tints of Chenin #DDC369

RGB

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

 GREEN value IS 195 (76.56% from 255) = 37.43%

 BLUE value IS 105 (41.41% from 255) = 20.15%

R = 42.42%
G = 37.43%
B = 20.15%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DDC369 (or 0xDDC369) is known color: Chenin. HEX triplet: DD, C3 and 69. RGB value is (221,195,105). Sum of RGB (Red+Green+Blue) = 221+195+105=521 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.42% from 521); Green value is 195 (76.56% from 255 or 37.43% from 521); Blue value is 105 (41.41% from 255 or 20.15% from 521); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC369 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC369 is #223C96. Grayscale: #C0C0C0. Windows color (decimal): -2243735 or 6931421. OLE color: 6931421.

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

Color convert

RGB 221 195 105 -
CMYK 0 0.12 0.52 0.13
HSL 46.55º 0.63% 0.64% -
HSV(B) 46.55º 0.52% 0.87% -
XYZ 51.88 55.42 21.33 -
YUV 192.51 78.61 148.32 -
System Red Green Blue C M Y K H S L
Decimal 221 195 105 0 0.12 0.52 0.13 46.55 0.63 0.64
Hex DD C3 69 0 C 34 D 2F 3F 40
Octal 335 303 151 0 14 64 15 57 77 100
Binary 11011101 11000011 1101001 0 1100 110100 1101 101111 111111 1000000

Color Harmonies of #DDC369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC369

Black with #DDC369

Text Example


Text Example

White with #DDC369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC369; }

 p { color: rgb(221,195,105); }

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

background-color css

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

 a { background-color: rgb(221,195,105); }

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

border-color css

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

 span { border-color: rgb(221,195,105); }

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