Html Css Color HEX #DAD075 Wild Rice

📋 copy color: '#DAD075'

red 218 ◦ green 208 ◦ blue 117

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

Shades of Wild Rice #DAD075

Tints of Wild Rice #DAD075

RGB

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

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

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

R = 40.15%
G = 38.31%
B = 21.55%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#DAD075 (or 0xDAD075) is known color: Wild Rice. HEX triplet: DA, D0 and 75. RGB value is (218,208,117). Sum of RGB (Red+Green+Blue) = 218+208+117=543 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.15% from 543); Green value is 208 (81.64% from 255 or 38.31% from 543); Blue value is 117 (46.09% from 255 or 21.55% from 543); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD075 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD075 is #252F8A. Grayscale: #C8C8C8. Windows color (decimal): -2437003 or 7721178. OLE color: 7721178.

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

Color convert

RGB 218 208 117 -
CMYK 0 0.05 0.46 0.15
HSL 54.06º 0.58% 0.66% -
HSV(B) 54.06º 0.46% 0.85% -
XYZ 54.68 61.3 25.78 -
YUV 200.62 80.81 140.4 -
System Red Green Blue C M Y K H S L
Decimal 218 208 117 0 0.05 0.46 0.15 54.06 0.58 0.66
Hex DA D0 75 0 5 2E F 36 3A 42
Octal 332 320 165 0 5 56 17 66 72 102
Binary 11011010 11010000 1110101 0 101 101110 1111 110110 111010 1000010

Color Harmonies of #DAD075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD075

Black with #DAD075

Text Example


Text Example

White with #DAD075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD075; }

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

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

background-color css

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

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

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

border-color css

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

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

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