Html Css Color HEX #D5CC73 Wild Rice

📋 copy color: '#D5CC73'

red 213 ◦ green 204 ◦ blue 115

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

Shades of Wild Rice #D5CC73

Tints of Wild Rice #D5CC73

RGB

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

 GREEN value IS 204 (80.08% from 255) = 38.35%

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

R = 40.04%
G = 38.35%
B = 21.62%

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

#D5CC73 (or 0xD5CC73) is known color: Wild Rice. HEX triplet: D5, CC and 73. RGB value is (213,204,115). Sum of RGB (Red+Green+Blue) = 213+204+115=532 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.04% from 532); Green value is 204 (80.08% from 255 or 38.35% from 532); Blue value is 115 (45.31% from 255 or 21.62% from 532); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CC73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5CC73 is #2A338C. Grayscale: #C4C4C4. Windows color (decimal): -2765709 or 7589077. OLE color: 7589077.

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

Color convert

RGB 213 204 115 -
CMYK 0 0.04 0.46 0.16
HSL 54.49º 0.54% 0.64% -
HSV(B) 54.49º 0.46% 0.84% -
XYZ 52.13 58.57 24.78 -
YUV 196.55 81.98 139.74 -
System Red Green Blue C M Y K H S L
Decimal 213 204 115 0 0.04 0.46 0.16 54.49 0.54 0.64
Hex D5 CC 73 0 4 2E 10 36 36 40
Octal 325 314 163 0 4 56 20 66 66 100
Binary 11010101 11001100 1110011 0 100 101110 10000 110110 110110 1000000

Color Harmonies of #D5CC73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CC73

Black with #D5CC73

Text Example


Text Example

White with #D5CC73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CC73; }

 p { color: rgb(213,204,115); }

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

background-color css

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

 a { background-color: rgb(213,204,115); }

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

border-color css

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

 span { border-color: rgb(213,204,115); }

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