Html Css Color HEX #DACF70 Wild Rice

📋 copy color: '#DACF70'

red 218 ◦ green 207 ◦ blue 112

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

Shades of Wild Rice #DACF70

Tints of Wild Rice #DACF70

RGB

 RED value IS 218 (85.55% from 255) = 40.6%

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

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

R = 40.6%
G = 38.55%
B = 20.86%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#DACF70 (or 0xDACF70) is known color: Wild Rice. HEX triplet: DA, CF and 70. RGB value is (218,207,112). Sum of RGB (Red+Green+Blue) = 218+207+112=537 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.60% from 537); Green value is 207 (81.25% from 255 or 38.55% from 537); Blue value is 112 (44.14% from 255 or 20.86% from 537); Max value from RGB is 218 - color contains mainly: red. Hex color #DACF70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DACF70 is #25308F. Grayscale: #C7C7C7. Windows color (decimal): -2437264 or 7393242. OLE color: 7393242.

HSL color Cylindrical-coordinate representation of color #DACF70: hue angle of 53.77º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DACF70 is Cyan = 0, Magento = 0.05, Yellow = 0.49 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 207 112 -
CMYK 0 0.05 0.49 0.15
HSL 53.77º 0.59% 0.65% -
HSV(B) 53.77º 0.49% 0.85% -
XYZ 54.15 60.7 24.19 -
YUV 199.46 78.64 141.22 -
System Red Green Blue C M Y K H S L
Decimal 218 207 112 0 0.05 0.49 0.15 53.77 0.59 0.65
Hex DA CF 70 0 5 31 F 36 3B 41
Octal 332 317 160 0 5 61 17 66 73 101
Binary 11011010 11001111 1110000 0 101 110001 1111 110110 111011 1000001

Color Harmonies of #DACF70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DACF70

Black with #DACF70

Text Example


Text Example

White with #DACF70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DACF70; }

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

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

background-color css

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

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

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

border-color css

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

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

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