Html Css Color HEX #DDCF70 Wild Rice

📋 copy color: '#DDCF70'

red 221 ◦ green 207 ◦ blue 112

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

Shades of Wild Rice #DDCF70

Tints of Wild Rice #DDCF70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 20.74%

R = 40.93%
G = 38.33%
B = 20.74%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DDCF70 (or 0xDDCF70) is known color: Wild Rice. HEX triplet: DD, CF and 70. RGB value is (221,207,112). Sum of RGB (Red+Green+Blue) = 221+207+112=540 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.93% from 540); Green value is 207 (81.25% from 255 or 38.33% from 540); Blue value is 112 (44.14% from 255 or 20.74% from 540); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCF70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCF70 is #22308F. Grayscale: #C8C8C8. Windows color (decimal): -2240656 or 7393245. OLE color: 7393245.

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

Color convert

RGB 221 207 112 -
CMYK 0 0.06 0.49 0.13
HSL 52.29º 0.62% 0.65% -
HSV(B) 52.29º 0.49% 0.87% -
XYZ 55.06 61.17 24.23 -
YUV 200.36 78.14 142.72 -
System Red Green Blue C M Y K H S L
Decimal 221 207 112 0 0.06 0.49 0.13 52.29 0.62 0.65
Hex DD CF 70 0 6 31 D 34 3E 41
Octal 335 317 160 0 6 61 15 64 76 101
Binary 11011101 11001111 1110000 0 110 110001 1101 110100 111110 1000001

Color Harmonies of #DDCF70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCF70

Black with #DDCF70

Text Example


Text Example

White with #DDCF70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCF70; }

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

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

background-color css

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

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

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

border-color css

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

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

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