Html Css Color HEX #D7CD6D Wild Rice

📋 copy color: '#D7CD6D'

red 215 ◦ green 205 ◦ blue 109

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

Shades of Wild Rice #D7CD6D

Tints of Wild Rice #D7CD6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 20.6%

R = 40.64%
G = 38.75%
B = 20.6%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#D7CD6D (or 0xD7CD6D) is known color: Wild Rice. HEX triplet: D7, CD and 6D. RGB value is (215,205,109). Sum of RGB (Red+Green+Blue) = 215+205+109=529 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.64% from 529); Green value is 205 (80.47% from 255 or 38.75% from 529); Blue value is 109 (42.97% from 255 or 20.60% from 529); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CD6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7CD6D is #283292. Grayscale: #C5C5C5. Windows color (decimal): -2634387 or 7196119. OLE color: 7196119.

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

Color convert

RGB 215 205 109 -
CMYK 0 0.05 0.49 0.16
HSL 54.34º 0.57% 0.64% -
HSV(B) 54.34º 0.49% 0.84% -
XYZ 52.62 59.21 23.12 -
YUV 197.05 78.31 140.81 -
System Red Green Blue C M Y K H S L
Decimal 215 205 109 0 0.05 0.49 0.16 54.34 0.57 0.64
Hex D7 CD 6D 0 5 31 10 36 39 40
Octal 327 315 155 0 5 61 20 66 71 100
Binary 11010111 11001101 1101101 0 101 110001 10000 110110 111001 1000000

Color Harmonies of #D7CD6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7CD6D

Black with #D7CD6D

Text Example


Text Example

White with #D7CD6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7CD6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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