Html Css Color HEX #DDCF6E Wild Rice

📋 copy color: '#DDCF6E'

red 221 ◦ green 207 ◦ blue 110

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

Shades of Wild Rice #DDCF6E

Tints of Wild Rice #DDCF6E

RGB

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

 GREEN value IS 207 (81.25% from 255) = 38.48%

 BLUE value IS 110 (43.36% from 255) = 20.45%

R = 41.08%
G = 38.48%
B = 20.45%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DDCF6E (or 0xDDCF6E) is known color: Wild Rice. HEX triplet: DD, CF and 6E. RGB value is (221,207,110). Sum of RGB (Red+Green+Blue) = 221+207+110=538 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.08% from 538); Green value is 207 (81.25% from 255 or 38.48% from 538); Blue value is 110 (43.36% from 255 or 20.45% from 538); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCF6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCF6E is #223091. Grayscale: #C8C8C8. Windows color (decimal): -2240658 or 7262173. OLE color: 7262173.

HSL color Cylindrical-coordinate representation of color #DDCF6E: hue angle of 52.43º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DDCF6E is Cyan = 0, Magento = 0.06, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 207 110 -
CMYK 0 0.06 0.50 0.13
HSL 52.43º 0.62% 0.65% -
HSV(B) 52.43º 0.5% 0.87% -
XYZ 54.95 61.12 23.65 -
YUV 200.13 77.14 142.89 -
System Red Green Blue C M Y K H S L
Decimal 221 207 110 0 0.06 0.50 0.13 52.43 0.62 0.65
Hex DD CF 6E 0 6 32 D 34 3E 41
Octal 335 317 156 0 6 62 15 64 76 101
Binary 11011101 11001111 1101110 0 110 110010 1101 110100 111110 1000001

Color Harmonies of #DDCF6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCF6E

Black with #DDCF6E

Text Example


Text Example

White with #DDCF6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCF6E; }

 p { color: rgb(221,207,110); }

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

background-color css

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

 a { background-color: rgb(221,207,110); }

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

border-color css

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

 span { border-color: rgb(221,207,110); }

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