Html Css Color HEX #D7CE75 Wild Rice

📋 copy color: '#D7CE75'

red 215 ◦ green 206 ◦ blue 117

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

Shades of Wild Rice #D7CE75

Tints of Wild Rice #D7CE75

RGB

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

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

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

R = 39.96%
G = 38.29%
B = 21.75%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#D7CE75 (or 0xD7CE75) is known color: Wild Rice. HEX triplet: D7, CE and 75. RGB value is (215,206,117). Sum of RGB (Red+Green+Blue) = 215+206+117=538 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.96% from 538); Green value is 206 (80.86% from 255 or 38.29% from 538); Blue value is 117 (46.09% from 255 or 21.75% from 538); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CE75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7CE75 is #28318A. Grayscale: #C6C6C6. Windows color (decimal): -2634123 or 7720663. OLE color: 7720663.

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

Color convert

RGB 215 206 117 -
CMYK 0 0.04 0.46 0.16
HSL 54.49º 0.55% 0.65% -
HSV(B) 54.49º 0.46% 0.84% -
XYZ 53.31 59.87 25.58 -
YUV 198.55 81.98 139.74 -
System Red Green Blue C M Y K H S L
Decimal 215 206 117 0 0.04 0.46 0.16 54.49 0.55 0.65
Hex D7 CE 75 0 4 2E 10 36 37 41
Octal 327 316 165 0 4 56 20 66 67 101
Binary 11010111 11001110 1110101 0 100 101110 10000 110110 110111 1000001

Color Harmonies of #D7CE75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7CE75

Black with #D7CE75

Text Example


Text Example

White with #D7CE75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7CE75; }

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

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

background-color css

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

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

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

border-color css

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

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

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