Html Css Color HEX #DACD68 Wild Rice

📋 copy color: '#DACD68'

red 218 ◦ green 205 ◦ blue 104

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

Shades of Wild Rice #DACD68

Tints of Wild Rice #DACD68

RGB

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

 GREEN value IS 205 (80.47% from 255) = 38.9%

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

R = 41.37%
G = 38.9%
B = 19.73%

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

#DACD68 (or 0xDACD68) is known color: Wild Rice. HEX triplet: DA, CD and 68. RGB value is (218,205,104). Sum of RGB (Red+Green+Blue) = 218+205+104=527 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.37% from 527); Green value is 205 (80.47% from 255 or 38.90% from 527); Blue value is 104 (41.02% from 255 or 19.73% from 527); Max value from RGB is 218 - color contains mainly: red. Hex color #DACD68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DACD68 is #253297. Grayscale: #C5C5C5. Windows color (decimal): -2437784 or 6868442. OLE color: 6868442.

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

Color convert

RGB 218 205 104 -
CMYK 0 0.06 0.52 0.15
HSL 53.16º 0.61% 0.63% -
HSV(B) 53.16º 0.52% 0.85% -
XYZ 53.24 59.57 21.79 -
YUV 197.37 75.31 142.71 -
System Red Green Blue C M Y K H S L
Decimal 218 205 104 0 0.06 0.52 0.15 53.16 0.61 0.63
Hex DA CD 68 0 6 34 F 35 3D 3F
Octal 332 315 150 0 6 64 17 65 75 77
Binary 11011010 11001101 1101000 0 110 110100 1111 110101 111101 111111

Color Harmonies of #DACD68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DACD68

Black with #DACD68

Text Example


Text Example

White with #DACD68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DACD68; }

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

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

background-color css

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

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

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

border-color css

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

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

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