Html Css Color HEX #D7CD73 Wild Rice

📋 copy color: '#D7CD73'

red 215 ◦ green 205 ◦ blue 115

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

Shades of Wild Rice #D7CD73

Tints of Wild Rice #D7CD73

RGB

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

 GREEN value IS 205 (80.47% from 255) = 38.32%

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

R = 40.19%
G = 38.32%
B = 21.5%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D7CD73 (or 0xD7CD73) is known color: Wild Rice. HEX triplet: D7, CD and 73. RGB value is (215,205,115). Sum of RGB (Red+Green+Blue) = 215+205+115=535 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.19% from 535); Green value is 205 (80.47% from 255 or 38.32% from 535); Blue value is 115 (45.31% from 255 or 21.50% from 535); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CD73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7CD73 is #28328C. Grayscale: #C6C6C6. Windows color (decimal): -2634381 or 7589335. OLE color: 7589335.

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

Color convert

RGB 215 205 115 -
CMYK 0 0.05 0.47 0.16
HSL 54º 0.56% 0.65% -
HSV(B) 54º 0.47% 0.84% -
XYZ 52.95 59.35 24.88 -
YUV 197.73 81.31 140.32 -
System Red Green Blue C M Y K H S L
Decimal 215 205 115 0 0.05 0.47 0.16 54 0.56 0.65
Hex D7 CD 73 0 5 2F 10 36 38 41
Octal 327 315 163 0 5 57 20 66 70 101
Binary 11010111 11001101 1110011 0 101 101111 10000 110110 111000 1000001

Color Harmonies of #D7CD73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7CD73

Black with #D7CD73

Text Example


Text Example

White with #D7CD73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7CD73; }

 p { color: rgb(215,205,115); }

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

background-color css

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

 a { background-color: rgb(215,205,115); }

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

border-color css

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

 span { border-color: rgb(215,205,115); }

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