Html Css Color HEX #D8CF73 Wild Rice

📋 copy color: '#D8CF73'

red 216 ◦ green 207 ◦ blue 115

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

Shades of Wild Rice #D8CF73

Tints of Wild Rice #D8CF73

RGB

 RED value IS 216 (84.77% from 255) = 40.15%

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

 BLUE value IS 115 (45.31% from 255) = 21.38%

R = 40.15%
G = 38.48%
B = 21.38%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#D8CF73 (or 0xD8CF73) is known color: Wild Rice. HEX triplet: D8, CF and 73. RGB value is (216,207,115). Sum of RGB (Red+Green+Blue) = 216+207+115=538 (71% of max value = 765). Red value is 216 (84.77% from 255 or 40.15% from 538); Green value is 207 (81.25% from 255 or 38.48% from 538); Blue value is 115 (45.31% from 255 or 21.38% from 538); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CF73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8CF73 is #27308C. Grayscale: #C7C7C7. Windows color (decimal): -2568333 or 7589848. OLE color: 7589848.

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

Color convert

RGB 216 207 115 -
CMYK 0 0.04 0.47 0.15
HSL 54.65º 0.56% 0.65% -
HSV(B) 54.65º 0.47% 0.85% -
XYZ 53.73 60.46 25.06 -
YUV 199.2 80.48 139.98 -
System Red Green Blue C M Y K H S L
Decimal 216 207 115 0 0.04 0.47 0.15 54.65 0.56 0.65
Hex D8 CF 73 0 4 2F F 37 38 41
Octal 330 317 163 0 4 57 17 67 70 101
Binary 11011000 11001111 1110011 0 100 101111 1111 110111 111000 1000001

Color Harmonies of #D8CF73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8CF73

Black with #D8CF73

Text Example


Text Example

White with #D8CF73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8CF73; }

 p { color: rgb(216,207,115); }

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

background-color css

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

 a { background-color: rgb(216,207,115); }

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

border-color css

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

 span { border-color: rgb(216,207,115); }

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