Html Css Color HEX #D6CC71 Wild Rice

📋 copy color: '#D6CC71'

red 214 ◦ green 204 ◦ blue 113

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

Shades of Wild Rice #D6CC71

Tints of Wild Rice #D6CC71

RGB

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

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

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

R = 40.3%
G = 38.42%
B = 21.28%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D6CC71 (or 0xD6CC71) is known color: Wild Rice. HEX triplet: D6, CC and 71. RGB value is (214,204,113). Sum of RGB (Red+Green+Blue) = 214+204+113=531 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.30% from 531); Green value is 204 (80.08% from 255 or 38.42% from 531); Blue value is 113 (44.53% from 255 or 21.28% from 531); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CC71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6CC71 is #29338E. Grayscale: #C4C4C4. Windows color (decimal): -2700175 or 7458006. OLE color: 7458006.

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

Color convert

RGB 214 204 113 -
CMYK 0 0.05 0.47 0.16
HSL 54.06º 0.55% 0.64% -
HSV(B) 54.06º 0.47% 0.84% -
XYZ 52.31 58.67 24.19 -
YUV 196.62 80.81 140.4 -
System Red Green Blue C M Y K H S L
Decimal 214 204 113 0 0.05 0.47 0.16 54.06 0.55 0.64
Hex D6 CC 71 0 5 2F 10 36 37 40
Octal 326 314 161 0 5 57 20 66 67 100
Binary 11010110 11001100 1110001 0 101 101111 10000 110110 110111 1000000

Color Harmonies of #D6CC71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CC71

Black with #D6CC71

Text Example


Text Example

White with #D6CC71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CC71; }

 p { color: rgb(214,204,113); }

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

background-color css

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

 a { background-color: rgb(214,204,113); }

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

border-color css

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

 span { border-color: rgb(214,204,113); }

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