Html Css Color HEX #DAD072 Wild Rice

📋 copy color: '#DAD072'

red 218 ◦ green 208 ◦ blue 114

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

Shades of Wild Rice #DAD072

Tints of Wild Rice #DAD072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 21.11%

R = 40.37%
G = 38.52%
B = 21.11%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#DAD072 (or 0xDAD072) is known color: Wild Rice. HEX triplet: DA, D0 and 72. RGB value is (218,208,114). Sum of RGB (Red+Green+Blue) = 218+208+114=540 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.37% from 540); Green value is 208 (81.64% from 255 or 38.52% from 540); Blue value is 114 (44.92% from 255 or 21.11% from 540); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD072 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD072 is #252F8D. Grayscale: #C8C8C8. Windows color (decimal): -2437006 or 7524570. OLE color: 7524570.

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

Color convert

RGB 218 208 114 -
CMYK 0 0.05 0.48 0.15
HSL 54.23º 0.58% 0.65% -
HSV(B) 54.23º 0.48% 0.85% -
XYZ 54.51 61.23 24.87 -
YUV 200.27 79.31 140.64 -
System Red Green Blue C M Y K H S L
Decimal 218 208 114 0 0.05 0.48 0.15 54.23 0.58 0.65
Hex DA D0 72 0 5 30 F 36 3A 41
Octal 332 320 162 0 5 60 17 66 72 101
Binary 11011010 11010000 1110010 0 101 110000 1111 110110 111010 1000001

Color Harmonies of #DAD072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD072

Black with #DAD072

Text Example


Text Example

White with #DAD072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD072; }

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

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

background-color css

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

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

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

border-color css

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

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

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