Html Css Color HEX #DACF72 Wild Rice

📋 copy color: '#DACF72'

red 218 ◦ green 207 ◦ blue 114

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

Shades of Wild Rice #DACF72

Tints of Wild Rice #DACF72

RGB

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

 GREEN value IS 207 (81.25% from 255) = 38.4%

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

R = 40.45%
G = 38.4%
B = 21.15%

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

#DACF72 (or 0xDACF72) is known color: Wild Rice. HEX triplet: DA, CF and 72. RGB value is (218,207,114). Sum of RGB (Red+Green+Blue) = 218+207+114=539 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.45% from 539); Green value is 207 (81.25% from 255 or 38.40% from 539); Blue value is 114 (44.92% from 255 or 21.15% from 539); Max value from RGB is 218 - color contains mainly: red. Hex color #DACF72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DACF72 is #25308D. Grayscale: #C8C8C8. Windows color (decimal): -2437262 or 7524314. OLE color: 7524314.

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

Color convert

RGB 218 207 114 -
CMYK 0 0.05 0.48 0.15
HSL 53.65º 0.58% 0.65% -
HSV(B) 53.65º 0.48% 0.85% -
XYZ 54.26 60.75 24.78 -
YUV 199.69 79.64 141.06 -
System Red Green Blue C M Y K H S L
Decimal 218 207 114 0 0.05 0.48 0.15 53.65 0.58 0.65
Hex DA CF 72 0 5 30 F 36 3A 41
Octal 332 317 162 0 5 60 17 66 72 101
Binary 11011010 11001111 1110010 0 101 110000 1111 110110 111010 1000001

Color Harmonies of #DACF72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DACF72

Black with #DACF72

Text Example


Text Example

White with #DACF72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DACF72; }

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

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

background-color css

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

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

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

border-color css

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

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

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