Html Css Color HEX #DAD375 Wild Rice

📋 copy color: '#DAD375'

red 218 ◦ green 211 ◦ blue 117

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

Shades of Wild Rice #DAD375

Tints of Wild Rice #DAD375

RGB

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

 GREEN value IS 211 (82.81% from 255) = 38.64%

 BLUE value IS 117 (46.09% from 255) = 21.43%

R = 39.93%
G = 38.64%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#DAD375 (or 0xDAD375) is known color: Wild Rice. HEX triplet: DA, D3 and 75. RGB value is (218,211,117). Sum of RGB (Red+Green+Blue) = 218+211+117=546 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.93% from 546); Green value is 211 (82.81% from 255 or 38.64% from 546); Blue value is 117 (46.09% from 255 or 21.43% from 546); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD375 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD375 is #252C8A. Grayscale: #CACACA. Windows color (decimal): -2436235 or 7721946. OLE color: 7721946.

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

Color convert

RGB 218 211 117 -
CMYK 0 0.03 0.46 0.15
HSL 55.84º 0.58% 0.66% -
HSV(B) 55.84º 0.46% 0.85% -
XYZ 55.42 62.78 26.03 -
YUV 202.38 79.82 139.14 -
System Red Green Blue C M Y K H S L
Decimal 218 211 117 0 0.03 0.46 0.15 55.84 0.58 0.66
Hex DA D3 75 0 3 2E F 38 3A 42
Octal 332 323 165 0 3 56 17 70 72 102
Binary 11011010 11010011 1110101 0 11 101110 1111 111000 111010 1000010

Color Harmonies of #DAD375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD375

Black with #DAD375

Text Example


Text Example

White with #DAD375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD375; }

 p { color: rgb(218,211,117); }

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

background-color css

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

 a { background-color: rgb(218,211,117); }

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

border-color css

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

 span { border-color: rgb(218,211,117); }

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