Html Css Color HEX #D9CE75 Wild Rice

📋 copy color: '#D9CE75'

red 217 ◦ green 206 ◦ blue 117

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

Shades of Wild Rice #D9CE75

Tints of Wild Rice #D9CE75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 21.67%

R = 40.19%
G = 38.15%
B = 21.67%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#D9CE75 (or 0xD9CE75) is known color: Wild Rice. HEX triplet: D9, CE and 75. RGB value is (217,206,117). Sum of RGB (Red+Green+Blue) = 217+206+117=540 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.19% from 540); Green value is 206 (80.86% from 255 or 38.15% from 540); Blue value is 117 (46.09% from 255 or 21.67% from 540); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CE75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9CE75 is #26318A. Grayscale: #C7C7C7. Windows color (decimal): -2503051 or 7720665. OLE color: 7720665.

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

Color convert

RGB 217 206 117 -
CMYK 0 0.05 0.46 0.15
HSL 53.4º 0.57% 0.65% -
HSV(B) 53.4º 0.46% 0.85% -
XYZ 53.9 60.18 25.6 -
YUV 199.14 81.64 140.74 -
System Red Green Blue C M Y K H S L
Decimal 217 206 117 0 0.05 0.46 0.15 53.4 0.57 0.65
Hex D9 CE 75 0 5 2E F 35 39 41
Octal 331 316 165 0 5 56 17 65 71 101
Binary 11011001 11001110 1110101 0 101 101110 1111 110101 111001 1000001

Color Harmonies of #D9CE75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9CE75

Black with #D9CE75

Text Example


Text Example

White with #D9CE75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9CE75; }

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

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

background-color css

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

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

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

border-color css

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

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

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