Html Css Color HEX #DACE69 Wild Rice

📋 copy color: '#DACE69'

red 218 ◦ green 206 ◦ blue 105

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

Shades of Wild Rice #DACE69

Tints of Wild Rice #DACE69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 19.85%

R = 41.21%
G = 38.94%
B = 19.85%

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

#DACE69 (or 0xDACE69) is known color: Wild Rice. HEX triplet: DA, CE and 69. RGB value is (218,206,105). Sum of RGB (Red+Green+Blue) = 218+206+105=529 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.21% from 529); Green value is 206 (80.86% from 255 or 38.94% from 529); Blue value is 105 (41.41% from 255 or 19.85% from 529); Max value from RGB is 218 - color contains mainly: red. Hex color #DACE69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DACE69 is #253196. Grayscale: #C6C6C6. Windows color (decimal): -2437527 or 6934234. OLE color: 6934234.

HSL color Cylindrical-coordinate representation of color #DACE69: hue angle of 53.63º degrees, saturation: 0.6, 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 #DACE69 is Cyan = 0, Magento = 0.06, Yellow = 0.52 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 206 105 -
CMYK 0 0.06 0.52 0.15
HSL 53.63º 0.6% 0.63% -
HSV(B) 53.63º 0.52% 0.85% -
XYZ 53.53 60.07 22.14 -
YUV 198.07 75.48 142.21 -
System Red Green Blue C M Y K H S L
Decimal 218 206 105 0 0.06 0.52 0.15 53.63 0.6 0.63
Hex DA CE 69 0 6 34 F 36 3C 3F
Octal 332 316 151 0 6 64 17 66 74 77
Binary 11011010 11001110 1101001 0 110 110100 1111 110110 111100 111111

Color Harmonies of #DACE69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DACE69

Black with #DACE69

Text Example


Text Example

White with #DACE69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DACE69; }

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

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

background-color css

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

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

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

border-color css

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

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

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