Html Css Color HEX #DAD073 Wild Rice

📋 copy color: '#DAD073'

red 218 ◦ green 208 ◦ blue 115

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

Shades of Wild Rice #DAD073

Tints of Wild Rice #DAD073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 21.26%

R = 40.3%
G = 38.45%
B = 21.26%

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

#DAD073 (or 0xDAD073) is known color: Wild Rice. HEX triplet: DA, D0 and 73. RGB value is (218,208,115). Sum of RGB (Red+Green+Blue) = 218+208+115=541 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.30% from 541); Green value is 208 (81.64% from 255 or 38.45% from 541); Blue value is 115 (45.31% from 255 or 21.26% from 541); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD073 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD073 is #252F8C. Grayscale: #C8C8C8. Windows color (decimal): -2437005 or 7590106. OLE color: 7590106.

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

Color convert

RGB 218 208 115 -
CMYK 0 0.05 0.47 0.15
HSL 54.17º 0.58% 0.65% -
HSV(B) 54.17º 0.47% 0.85% -
XYZ 54.56 61.25 25.17 -
YUV 200.39 79.81 140.56 -
System Red Green Blue C M Y K H S L
Decimal 218 208 115 0 0.05 0.47 0.15 54.17 0.58 0.65
Hex DA D0 73 0 5 2F F 36 3A 41
Octal 332 320 163 0 5 57 17 66 72 101
Binary 11011010 11010000 1110011 0 101 101111 1111 110110 111010 1000001

Color Harmonies of #DAD073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD073

Black with #DAD073

Text Example


Text Example

White with #DAD073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD073; }

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

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

background-color css

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

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

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

border-color css

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

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

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