Html Css Color HEX #D6CD70 Wild Rice

📋 copy color: '#D6CD70'

red 214 ◦ green 205 ◦ blue 112

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

Shades of Wild Rice #D6CD70

Tints of Wild Rice #D6CD70

RGB

 RED value IS 214 (83.98% from 255) = 40.3%

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

 BLUE value IS 112 (44.14% from 255) = 21.09%

R = 40.3%
G = 38.61%
B = 21.09%

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

#D6CD70 (or 0xD6CD70) is known color: Wild Rice. HEX triplet: D6, CD and 70. RGB value is (214,205,112). Sum of RGB (Red+Green+Blue) = 214+205+112=531 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.30% from 531); Green value is 205 (80.47% from 255 or 38.61% from 531); Blue value is 112 (44.14% from 255 or 21.09% from 531); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CD70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6CD70 is #29328F. Grayscale: #C5C5C5. Windows color (decimal): -2699920 or 7392726. OLE color: 7392726.

HSL color Cylindrical-coordinate representation of color #D6CD70: 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 #D6CD70 is Cyan = 0, Magento = 0.04, Yellow = 0.48 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 205 112 -
CMYK 0 0.04 0.48 0.16
HSL 54.71º 0.55% 0.64% -
HSV(B) 54.71º 0.48% 0.84% -
XYZ 52.49 59.13 23.98 -
YUV 197.09 79.98 140.06 -
System Red Green Blue C M Y K H S L
Decimal 214 205 112 0 0.04 0.48 0.16 54.71 0.55 0.64
Hex D6 CD 70 0 4 30 10 37 37 40
Octal 326 315 160 0 4 60 20 67 67 100
Binary 11010110 11001101 1110000 0 100 110000 10000 110111 110111 1000000

Color Harmonies of #D6CD70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CD70

Black with #D6CD70

Text Example


Text Example

White with #D6CD70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CD70; }

 p { color: rgb(214,205,112); }

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

background-color css

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

 a { background-color: rgb(214,205,112); }

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

border-color css

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

 span { border-color: rgb(214,205,112); }

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