Html Css Color HEX #DAD070 Wild Rice

📋 copy color: '#DAD070'

red 218 ◦ green 208 ◦ blue 112

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

Shades of Wild Rice #DAD070

Tints of Wild Rice #DAD070

RGB

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

 GREEN value IS 208 (81.64% from 255) = 38.66%

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

R = 40.52%
G = 38.66%
B = 20.82%

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

#DAD070 (or 0xDAD070) is known color: Wild Rice. HEX triplet: DA, D0 and 70. RGB value is (218,208,112). Sum of RGB (Red+Green+Blue) = 218+208+112=538 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.52% from 538); Green value is 208 (81.64% from 255 or 38.66% from 538); Blue value is 112 (44.14% from 255 or 20.82% from 538); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD070 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD070 is #252F8F. Grayscale: #C8C8C8. Windows color (decimal): -2437008 or 7393498. OLE color: 7393498.

HSL color Cylindrical-coordinate representation of color #DAD070: hue angle of 54.34º 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 #DAD070 is Cyan = 0, Magento = 0.05, Yellow = 0.49 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 208 112 -
CMYK 0 0.05 0.49 0.15
HSL 54.34º 0.59% 0.65% -
HSV(B) 54.34º 0.49% 0.85% -
XYZ 54.39 61.19 24.27 -
YUV 200.05 78.31 140.81 -
System Red Green Blue C M Y K H S L
Decimal 218 208 112 0 0.05 0.49 0.15 54.34 0.59 0.65
Hex DA D0 70 0 5 31 F 36 3B 41
Octal 332 320 160 0 5 61 17 66 73 101
Binary 11011010 11010000 1110000 0 101 110001 1111 110110 111011 1000001

Color Harmonies of #DAD070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD070

Black with #DAD070

Text Example


Text Example

White with #DAD070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD070; }

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

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

background-color css

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

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

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

border-color css

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

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

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