Html Css Color HEX #D5CD71 Wild Rice

📋 copy color: '#D5CD71'

red 213 ◦ green 205 ◦ blue 113

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

Shades of Wild Rice #D5CD71

Tints of Wild Rice #D5CD71

RGB

 RED value IS 213 (83.59% from 255) = 40.11%

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

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

R = 40.11%
G = 38.61%
B = 21.28%

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

#D5CD71 (or 0xD5CD71) is known color: Wild Rice. HEX triplet: D5, CD and 71. RGB value is (213,205,113). Sum of RGB (Red+Green+Blue) = 213+205+113=531 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.11% from 531); Green value is 205 (80.47% from 255 or 38.61% from 531); Blue value is 113 (44.53% from 255 or 21.28% from 531); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CD71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5CD71 is #2A328E. Grayscale: #C5C5C5. Windows color (decimal): -2765455 or 7458261. OLE color: 7458261.

HSL color Cylindrical-coordinate representation of color #D5CD71: hue angle of 55.2º degrees, saturation: 0.54, 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 #D5CD71 is Cyan = 0, Magento = 0.04, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 205 113 -
CMYK 0 0.04 0.47 0.16
HSL 55.2º 0.54% 0.64% -
HSV(B) 55.2º 0.47% 0.84% -
XYZ 52.25 59 24.26 -
YUV 196.9 80.65 139.48 -
System Red Green Blue C M Y K H S L
Decimal 213 205 113 0 0.04 0.47 0.16 55.2 0.54 0.64
Hex D5 CD 71 0 4 2F 10 37 36 40
Octal 325 315 161 0 4 57 20 67 66 100
Binary 11010101 11001101 1110001 0 100 101111 10000 110111 110110 1000000

Color Harmonies of #D5CD71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CD71

Black with #D5CD71

Text Example


Text Example

White with #D5CD71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CD71; }

 p { color: rgb(213,205,113); }

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

background-color css

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

 a { background-color: rgb(213,205,113); }

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

border-color css

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

 span { border-color: rgb(213,205,113); }

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