Html Css Color HEX #DAD074 Wild Rice

📋 copy color: '#DAD074'

red 218 ◦ green 208 ◦ blue 116

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

Shades of Wild Rice #DAD074

Tints of Wild Rice #DAD074

RGB

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

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

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

R = 40.22%
G = 38.38%
B = 21.4%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#DAD074 (or 0xDAD074) is known color: Wild Rice. HEX triplet: DA, D0 and 74. RGB value is (218,208,116). Sum of RGB (Red+Green+Blue) = 218+208+116=542 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.22% from 542); Green value is 208 (81.64% from 255 or 38.38% from 542); Blue value is 116 (45.70% from 255 or 21.40% from 542); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD074 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD074 is #252F8B. Grayscale: #C8C8C8. Windows color (decimal): -2437004 or 7655642. OLE color: 7655642.

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

Color convert

RGB 218 208 116 -
CMYK 0 0.05 0.47 0.15
HSL 54.12º 0.58% 0.65% -
HSV(B) 54.12º 0.47% 0.85% -
XYZ 54.62 61.28 25.47 -
YUV 200.5 80.31 140.48 -
System Red Green Blue C M Y K H S L
Decimal 218 208 116 0 0.05 0.47 0.15 54.12 0.58 0.65
Hex DA D0 74 0 5 2F F 36 3A 41
Octal 332 320 164 0 5 57 17 66 72 101
Binary 11011010 11010000 1110100 0 101 101111 1111 110110 111010 1000001

Color Harmonies of #DAD074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD074

Black with #DAD074

Text Example


Text Example

White with #DAD074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD074; }

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

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

background-color css

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

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

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

border-color css

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

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

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