Html Css Color HEX #D7CC6B Wild Rice

📋 copy color: '#D7CC6B'

red 215 ◦ green 204 ◦ blue 107

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

Shades of Wild Rice #D7CC6B

Tints of Wild Rice #D7CC6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 20.34%

R = 40.87%
G = 38.78%
B = 20.34%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#D7CC6B (or 0xD7CC6B) is known color: Wild Rice. HEX triplet: D7, CC and 6B. RGB value is (215,204,107). Sum of RGB (Red+Green+Blue) = 215+204+107=526 (69% of max value = 765). Red value is 215 (84.38% from 255 or 40.87% from 526); Green value is 204 (80.08% from 255 or 38.78% from 526); Blue value is 107 (42.19% from 255 or 20.34% from 526); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CC6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7CC6B is #283394. Grayscale: #C4C4C4. Windows color (decimal): -2634645 or 7064791. OLE color: 7064791.

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

Color convert

RGB 215 204 107 -
CMYK 0 0.05 0.50 0.16
HSL 53.89º 0.57% 0.63% -
HSV(B) 53.89º 0.5% 0.84% -
XYZ 52.27 58.69 22.48 -
YUV 196.23 77.64 141.39 -
System Red Green Blue C M Y K H S L
Decimal 215 204 107 0 0.05 0.50 0.16 53.89 0.57 0.63
Hex D7 CC 6B 0 5 32 10 36 39 3F
Octal 327 314 153 0 5 62 20 66 71 77
Binary 11010111 11001100 1101011 0 101 110010 10000 110110 111001 111111

Color Harmonies of #D7CC6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7CC6B

Black with #D7CC6B

Text Example


Text Example

White with #D7CC6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7CC6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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