Html Css Color HEX #DACE68 Wild Rice

📋 copy color: '#DACE68'

red 218 ◦ green 206 ◦ blue 104

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

Shades of Wild Rice #DACE68

Tints of Wild Rice #DACE68

RGB

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

 GREEN value IS 206 (80.86% from 255) = 39.02%

 BLUE value IS 104 (41.02% from 255) = 19.7%

R = 41.29%
G = 39.02%
B = 19.7%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.52

 K value IS 0.15

RGB Variations

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

Color information

#DACE68 (or 0xDACE68) is known color: Wild Rice. HEX triplet: DA, CE and 68. RGB value is (218,206,104). Sum of RGB (Red+Green+Blue) = 218+206+104=528 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.29% from 528); Green value is 206 (80.86% from 255 or 39.02% from 528); Blue value is 104 (41.02% from 255 or 19.70% from 528); Max value from RGB is 218 - color contains mainly: red. Hex color #DACE68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DACE68 is #253197. Grayscale: #C6C6C6. Windows color (decimal): -2437528 or 6868698. OLE color: 6868698.

HSL color Cylindrical-coordinate representation of color #DACE68: hue angle of 53.68º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DACE68 is Cyan = 0, Magento = 0.06, Yellow = 0.52 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 206 104 -
CMYK 0 0.06 0.52 0.15
HSL 53.68º 0.61% 0.63% -
HSV(B) 53.68º 0.52% 0.85% -
XYZ 53.48 60.05 21.87 -
YUV 197.96 74.98 142.29 -
System Red Green Blue C M Y K H S L
Decimal 218 206 104 0 0.06 0.52 0.15 53.68 0.61 0.63
Hex DA CE 68 0 6 34 F 36 3D 3F
Octal 332 316 150 0 6 64 17 66 75 77
Binary 11011010 11001110 1101000 0 110 110100 1111 110110 111101 111111

Color Harmonies of #DACE68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DACE68

Black with #DACE68

Text Example


Text Example

White with #DACE68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DACE68; }

 p { color: rgb(218,206,104); }

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

background-color css

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

 a { background-color: rgb(218,206,104); }

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

border-color css

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

 span { border-color: rgb(218,206,104); }

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