Html Css Color HEX #D5CC6F Wild Rice

📋 copy color: '#D5CC6F'

red 213 ◦ green 204 ◦ blue 111

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

Shades of Wild Rice #D5CC6F

Tints of Wild Rice #D5CC6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 21.02%

R = 40.34%
G = 38.64%
B = 21.02%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D5CC6F (or 0xD5CC6F) is known color: Wild Rice. HEX triplet: D5, CC and 6F. RGB value is (213,204,111). Sum of RGB (Red+Green+Blue) = 213+204+111=528 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.34% from 528); Green value is 204 (80.08% from 255 or 38.64% from 528); Blue value is 111 (43.75% from 255 or 21.02% from 528); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CC6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5CC6F is #2A3390. Grayscale: #C4C4C4. Windows color (decimal): -2765713 or 7326933. OLE color: 7326933.

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

Color convert

RGB 213 204 111 -
CMYK 0 0.04 0.48 0.16
HSL 54.71º 0.55% 0.64% -
HSV(B) 54.71º 0.48% 0.84% -
XYZ 51.9 58.48 23.59 -
YUV 196.09 79.98 140.06 -
System Red Green Blue C M Y K H S L
Decimal 213 204 111 0 0.04 0.48 0.16 54.71 0.55 0.64
Hex D5 CC 6F 0 4 30 10 37 37 40
Octal 325 314 157 0 4 60 20 67 67 100
Binary 11010101 11001100 1101111 0 100 110000 10000 110111 110111 1000000

Color Harmonies of #D5CC6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CC6F

Black with #D5CC6F

Text Example


Text Example

White with #D5CC6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CC6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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