Html Css Color HEX #DAD274 Wild Rice

📋 copy color: '#DAD274'

red 218 ◦ green 210 ◦ blue 116

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

Shades of Wild Rice #DAD274

Tints of Wild Rice #DAD274

RGB

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

 GREEN value IS 210 (82.42% from 255) = 38.6%

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

R = 40.07%
G = 38.6%
B = 21.32%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#DAD274 (or 0xDAD274) is known color: Wild Rice. HEX triplet: DA, D2 and 74. RGB value is (218,210,116). Sum of RGB (Red+Green+Blue) = 218+210+116=544 (72% of max value = 765). Red value is 218 (85.55% from 255 or 40.07% from 544); Green value is 210 (82.42% from 255 or 38.60% from 544); Blue value is 116 (45.70% from 255 or 21.32% from 544); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD274 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD274 is #252D8B. Grayscale: #CACACA. Windows color (decimal): -2436492 or 7656154. OLE color: 7656154.

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

Color convert

RGB 218 210 116 -
CMYK 0 0.04 0.47 0.15
HSL 55.29º 0.58% 0.65% -
HSV(B) 55.29º 0.47% 0.85% -
XYZ 55.11 62.26 25.64 -
YUV 201.68 79.65 139.64 -
System Red Green Blue C M Y K H S L
Decimal 218 210 116 0 0.04 0.47 0.15 55.29 0.58 0.65
Hex DA D2 74 0 4 2F F 37 3A 41
Octal 332 322 164 0 4 57 17 67 72 101
Binary 11011010 11010010 1110100 0 100 101111 1111 110111 111010 1000001

Color Harmonies of #DAD274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD274

Black with #DAD274

Text Example


Text Example

White with #DAD274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD274; }

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

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

background-color css

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

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

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

border-color css

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

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

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