Html Css Color HEX #D7CE71 Wild Rice

📋 copy color: '#D7CE71'

red 215 ◦ green 206 ◦ blue 113

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

Shades of Wild Rice #D7CE71

Tints of Wild Rice #D7CE71

RGB

 RED value IS 215 (84.38% from 255) = 40.26%

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

 BLUE value IS 113 (44.53% from 255) = 21.16%

R = 40.26%
G = 38.58%
B = 21.16%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D7CE71 (or 0xD7CE71) is known color: Wild Rice. HEX triplet: D7, CE and 71. RGB value is (215,206,113). Sum of RGB (Red+Green+Blue) = 215+206+113=534 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.26% from 534); Green value is 206 (80.86% from 255 or 38.58% from 534); Blue value is 113 (44.53% from 255 or 21.16% from 534); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CE71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7CE71 is #28318E. Grayscale: #C6C6C6. Windows color (decimal): -2634127 or 7458519. OLE color: 7458519.

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

Color convert

RGB 215 206 113 -
CMYK 0 0.04 0.47 0.16
HSL 54.71º 0.56% 0.64% -
HSV(B) 54.71º 0.47% 0.84% -
XYZ 53.08 59.78 24.36 -
YUV 198.09 79.98 140.06 -
System Red Green Blue C M Y K H S L
Decimal 215 206 113 0 0.04 0.47 0.16 54.71 0.56 0.64
Hex D7 CE 71 0 4 2F 10 37 38 40
Octal 327 316 161 0 4 57 20 67 70 100
Binary 11010111 11001110 1110001 0 100 101111 10000 110111 111000 1000000

Color Harmonies of #D7CE71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7CE71

Black with #D7CE71

Text Example


Text Example

White with #D7CE71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7CE71; }

 p { color: rgb(215,206,113); }

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

background-color css

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

 a { background-color: rgb(215,206,113); }

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

border-color css

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

 span { border-color: rgb(215,206,113); }

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