Html Css Color HEX #D7CC6E Wild Rice

📋 copy color: '#D7CC6E'

red 215 ◦ green 204 ◦ blue 110

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

Shades of Wild Rice #D7CC6E

Tints of Wild Rice #D7CC6E

RGB

 RED value IS 215 (84.38% from 255) = 40.64%

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

 BLUE value IS 110 (43.36% from 255) = 20.79%

R = 40.64%
G = 38.56%
B = 20.79%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#D7CC6E (or 0xD7CC6E) is known color: Wild Rice. HEX triplet: D7, CC and 6E. RGB value is (215,204,110). Sum of RGB (Red+Green+Blue) = 215+204+110=529 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.64% from 529); Green value is 204 (80.08% from 255 or 38.56% from 529); Blue value is 110 (43.36% from 255 or 20.79% from 529); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CC6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7CC6E is #283391. Grayscale: #C4C4C4. Windows color (decimal): -2634642 or 7261399. OLE color: 7261399.

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

Color convert

RGB 215 204 110 -
CMYK 0 0.05 0.49 0.16
HSL 53.71º 0.57% 0.64% -
HSV(B) 53.71º 0.49% 0.84% -
XYZ 52.43 58.76 23.33 -
YUV 196.57 79.14 141.14 -
System Red Green Blue C M Y K H S L
Decimal 215 204 110 0 0.05 0.49 0.16 53.71 0.57 0.64
Hex D7 CC 6E 0 5 31 10 36 39 40
Octal 327 314 156 0 5 61 20 66 71 100
Binary 11010111 11001100 1101110 0 101 110001 10000 110110 111001 1000000

Color Harmonies of #D7CC6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7CC6E

Black with #D7CC6E

Text Example


Text Example

White with #D7CC6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7CC6E; }

 p { color: rgb(215,204,110); }

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

background-color css

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

 a { background-color: rgb(215,204,110); }

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

border-color css

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

 span { border-color: rgb(215,204,110); }

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