Html Css Color HEX #DAD47D Wild Rice

📋 copy color: '#DAD47D'

red 218 ◦ green 212 ◦ blue 125

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

Shades of Wild Rice #DAD47D

Tints of Wild Rice #DAD47D

RGB

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

 GREEN value IS 212 (83.2% from 255) = 38.2%

 BLUE value IS 125 (49.22% from 255) = 22.52%

R = 39.28%
G = 38.2%
B = 22.52%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#DAD47D (or 0xDAD47D) is known color: Wild Rice. HEX triplet: DA, D4 and 7D. RGB value is (218,212,125). Sum of RGB (Red+Green+Blue) = 218+212+125=555 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.28% from 555); Green value is 212 (83.20% from 255 or 38.20% from 555); Blue value is 125 (49.22% from 255 or 22.52% from 555); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD47D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD47D is #252B82. Grayscale: #CCCCCC. Windows color (decimal): -2435971 or 8246490. OLE color: 8246490.

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

Color convert

RGB 218 212 125 -
CMYK 0 0.03 0.43 0.15
HSL 56.13º 0.56% 0.67% -
HSV(B) 56.13º 0.43% 0.85% -
XYZ 56.16 63.47 28.69 -
YUV 203.88 83.49 138.07 -
System Red Green Blue C M Y K H S L
Decimal 218 212 125 0 0.03 0.43 0.15 56.13 0.56 0.67
Hex DA D4 7D 0 3 2B F 38 38 43
Octal 332 324 175 0 3 53 17 70 70 103
Binary 11011010 11010100 1111101 0 11 101011 1111 111000 111000 1000011

Color Harmonies of #DAD47D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD47D

Black with #DAD47D

Text Example


Text Example

White with #DAD47D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD47D; }

 p { color: rgb(218,212,125); }

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

background-color css

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

 a { background-color: rgb(218,212,125); }

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

border-color css

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

 span { border-color: rgb(218,212,125); }

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