Html Css Color HEX #DDD678 Wild Rice

📋 copy color: '#DDD678'

red 221 ◦ green 214 ◦ blue 120

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

Shades of Wild Rice #DDD678

Tints of Wild Rice #DDD678

RGB

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

 GREEN value IS 214 (83.98% from 255) = 38.56%

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

R = 39.82%
G = 38.56%
B = 21.62%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.46

 K value IS 0.13

RGB Variations

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

Color information

#DDD678 (or 0xDDD678) is known color: Wild Rice. HEX triplet: DD, D6 and 78. RGB value is (221,214,120). Sum of RGB (Red+Green+Blue) = 221+214+120=555 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.82% from 555); Green value is 214 (83.98% from 255 or 38.56% from 555); Blue value is 120 (47.27% from 255 or 21.62% from 555); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD678 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD678 is #222987. Grayscale: #CDCDCD. Windows color (decimal): -2238856 or 7919325. OLE color: 7919325.

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

Color convert

RGB 221 214 120 -
CMYK 0 0.03 0.46 0.13
HSL 55.84º 0.6% 0.67% -
HSV(B) 55.84º 0.46% 0.87% -
XYZ 57.26 64.82 27.26 -
YUV 205.38 79.82 139.14 -
System Red Green Blue C M Y K H S L
Decimal 221 214 120 0 0.03 0.46 0.13 55.84 0.6 0.67
Hex DD D6 78 0 3 2E D 38 3C 43
Octal 335 326 170 0 3 56 15 70 74 103
Binary 11011101 11010110 1111000 0 11 101110 1101 111000 111100 1000011

Color Harmonies of #DDD678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD678

Black with #DDD678

Text Example


Text Example

White with #DDD678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD678; }

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

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

background-color css

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

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

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

border-color css

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

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

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