Html Css Color HEX #D9CE78 Wild Rice

📋 copy color: '#D9CE78'

red 217 ◦ green 206 ◦ blue 120

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

Shades of Wild Rice #D9CE78

Tints of Wild Rice #D9CE78

RGB

 RED value IS 217 (85.16% from 255) = 39.96%

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

 BLUE value IS 120 (47.27% from 255) = 22.1%

R = 39.96%
G = 37.94%
B = 22.1%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#D9CE78 (or 0xD9CE78) is known color: Wild Rice. HEX triplet: D9, CE and 78. RGB value is (217,206,120). Sum of RGB (Red+Green+Blue) = 217+206+120=543 (71% of max value = 765). Red value is 217 (85.16% from 255 or 39.96% from 543); Green value is 206 (80.86% from 255 or 37.94% from 543); Blue value is 120 (47.27% from 255 or 22.10% from 543); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CE78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9CE78 is #263187. Grayscale: #C7C7C7. Windows color (decimal): -2503048 or 7917273. OLE color: 7917273.

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

Color convert

RGB 217 206 120 -
CMYK 0 0.05 0.45 0.15
HSL 53.2º 0.56% 0.66% -
HSV(B) 53.2º 0.45% 0.85% -
XYZ 54.08 60.25 26.55 -
YUV 199.49 83.14 140.49 -
System Red Green Blue C M Y K H S L
Decimal 217 206 120 0 0.05 0.45 0.15 53.2 0.56 0.66
Hex D9 CE 78 0 5 2D F 35 38 42
Octal 331 316 170 0 5 55 17 65 70 102
Binary 11011001 11001110 1111000 0 101 101101 1111 110101 111000 1000010

Color Harmonies of #D9CE78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9CE78

Black with #D9CE78

Text Example


Text Example

White with #D9CE78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9CE78; }

 p { color: rgb(217,206,120); }

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

background-color css

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

 a { background-color: rgb(217,206,120); }

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

border-color css

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

 span { border-color: rgb(217,206,120); }

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