Html Css Color HEX #D9CF75 Wild Rice

📋 copy color: '#D9CF75'

red 217 ◦ green 207 ◦ blue 117

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

Shades of Wild Rice #D9CF75

Tints of Wild Rice #D9CF75

RGB

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

 GREEN value IS 207 (81.25% from 255) = 38.26%

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

R = 40.11%
G = 38.26%
B = 21.63%

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

#D9CF75 (or 0xD9CF75) is known color: Wild Rice. HEX triplet: D9, CF and 75. RGB value is (217,207,117). Sum of RGB (Red+Green+Blue) = 217+207+117=541 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.11% from 541); Green value is 207 (81.25% from 255 or 38.26% from 541); Blue value is 117 (46.09% from 255 or 21.63% from 541); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CF75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9CF75 is #26308A. Grayscale: #C8C8C8. Windows color (decimal): -2502795 or 7720921. OLE color: 7720921.

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

Color convert

RGB 217 207 117 -
CMYK 0 0.05 0.46 0.15
HSL 54º 0.57% 0.65% -
HSV(B) 54º 0.46% 0.85% -
XYZ 54.14 60.66 25.69 -
YUV 199.73 81.31 140.32 -
System Red Green Blue C M Y K H S L
Decimal 217 207 117 0 0.05 0.46 0.15 54 0.57 0.65
Hex D9 CF 75 0 5 2E F 36 39 41
Octal 331 317 165 0 5 56 17 66 71 101
Binary 11011001 11001111 1110101 0 101 101110 1111 110110 111001 1000001

Color Harmonies of #D9CF75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9CF75

Black with #D9CF75

Text Example


Text Example

White with #D9CF75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9CF75; }

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

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

background-color css

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

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

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

border-color css

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

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

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