Html Css Color HEX #DDC692 Double Colonial White

📋 copy color: '#DDC692'

red 221 ◦ green 198 ◦ blue 146

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

Shades of Double Colonial White #DDC692

Tints of Double Colonial White #DDC692

RGB

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

 GREEN value IS 198 (77.73% from 255) = 35.04%

 BLUE value IS 146 (57.42% from 255) = 25.84%

R = 39.12%
G = 35.04%
B = 25.84%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#DDC692 (or 0xDDC692) is known color: Double Colonial White. HEX triplet: DD, C6 and 92. RGB value is (221,198,146). Sum of RGB (Red+Green+Blue) = 221+198+146=565 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.12% from 565); Green value is 198 (77.73% from 255 or 35.04% from 565); Blue value is 146 (57.42% from 255 or 25.84% from 565); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC692 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC692 is #22396D. Grayscale: #C7C7C7. Windows color (decimal): -2242926 or 9619165. OLE color: 9619165.

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

Color convert

RGB 221 198 146 -
CMYK 0 0.10 0.34 0.13
HSL 41.6º 0.52% 0.72% -
HSV(B) 41.6º 0.34% 0.87% -
XYZ 55.2 57.84 35.45 -
YUV 198.95 98.12 143.73 -
System Red Green Blue C M Y K H S L
Decimal 221 198 146 0 0.10 0.34 0.13 41.6 0.52 0.72
Hex DD C6 92 0 A 22 D 2A 34 48
Octal 335 306 222 0 12 42 15 52 64 110
Binary 11011101 11000110 10010010 0 1010 100010 1101 101010 110100 1001000

Color Harmonies of #DDC692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC692

Black with #DDC692

Text Example


Text Example

White with #DDC692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC692; }

 p { color: rgb(221,198,146); }

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

background-color css

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

 a { background-color: rgb(221,198,146); }

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

border-color css

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

 span { border-color: rgb(221,198,146); }

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