Html Css Color HEX #DDB678 Maize

📋 copy color: '#DDB678'

red 221 ◦ green 182 ◦ blue 120

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

Shades of Maize #DDB678

Tints of Maize #DDB678

RGB

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

 GREEN value IS 182 (71.48% from 255) = 34.8%

 BLUE value IS 120 (47.27% from 255) = 22.94%

R = 42.26%
G = 34.8%
B = 22.94%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.46

 K value IS 0.13

RGB Variations

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

Color information

#DDB678 (or 0xDDB678) is known color: Maize. HEX triplet: DD, B6 and 78. RGB value is (221,182,120). Sum of RGB (Red+Green+Blue) = 221+182+120=523 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.26% from 523); Green value is 182 (71.48% from 255 or 34.80% from 523); Blue value is 120 (47.27% from 255 or 22.94% from 523); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB678 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB678 is #224987. Grayscale: #BABABA. Windows color (decimal): -2247048 or 7911133. OLE color: 7911133.

HSL color Cylindrical-coordinate representation of color #DDB678: hue angle of 36.83º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DDB678 is Cyan = 0, Magento = 0.18, Yellow = 0.46 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 182 120 -
CMYK 0 0.18 0.46 0.13
HSL 36.83º 0.6% 0.67% -
HSV(B) 36.83º 0.46% 0.87% -
XYZ 49.94 50.18 24.82 -
YUV 186.59 90.42 152.54 -
System Red Green Blue C M Y K H S L
Decimal 221 182 120 0 0.18 0.46 0.13 36.83 0.6 0.67
Hex DD B6 78 0 12 2E D 25 3C 43
Octal 335 266 170 0 22 56 15 45 74 103
Binary 11011101 10110110 1111000 0 10010 101110 1101 100101 111100 1000011

Color Harmonies of #DDB678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB678

Black with #DDB678

Text Example


Text Example

White with #DDB678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB678; }

 p { color: rgb(221,182,120); }

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

background-color css

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

 a { background-color: rgb(221,182,120); }

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

border-color css

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

 span { border-color: rgb(221,182,120); }

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