Html Css Color HEX #DDCE74 Wild Rice

📋 copy color: '#DDCE74'

red 221 ◦ green 206 ◦ blue 116

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

Shades of Wild Rice #DDCE74

Tints of Wild Rice #DDCE74

RGB

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

 GREEN value IS 206 (80.86% from 255) = 37.94%

 BLUE value IS 116 (45.7% from 255) = 21.36%

R = 40.7%
G = 37.94%
B = 21.36%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DDCE74 (or 0xDDCE74) is known color: Wild Rice. HEX triplet: DD, CE and 74. RGB value is (221,206,116). Sum of RGB (Red+Green+Blue) = 221+206+116=543 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.70% from 543); Green value is 206 (80.86% from 255 or 37.94% from 543); Blue value is 116 (45.70% from 255 or 21.36% from 543); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCE74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCE74 is #22318B. Grayscale: #C8C8C8. Windows color (decimal): -2240908 or 7655133. OLE color: 7655133.

HSL color Cylindrical-coordinate representation of color #DDCE74: hue angle of 51.43º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DDCE74 is Cyan = 0, Magento = 0.07, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 206 116 -
CMYK 0 0.07 0.48 0.13
HSL 51.43º 0.61% 0.66% -
HSV(B) 51.43º 0.48% 0.87% -
XYZ 55.04 60.78 25.35 -
YUV 200.23 80.47 142.82 -
System Red Green Blue C M Y K H S L
Decimal 221 206 116 0 0.07 0.48 0.13 51.43 0.61 0.66
Hex DD CE 74 0 7 30 D 33 3D 42
Octal 335 316 164 0 7 60 15 63 75 102
Binary 11011101 11001110 1110100 0 111 110000 1101 110011 111101 1000010

Color Harmonies of #DDCE74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCE74

Black with #DDCE74

Text Example


Text Example

White with #DDCE74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCE74; }

 p { color: rgb(221,206,116); }

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

background-color css

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

 a { background-color: rgb(221,206,116); }

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

border-color css

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

 span { border-color: rgb(221,206,116); }

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