Html Css Color HEX #D7CC70 Wild Rice

📋 copy color: '#D7CC70'

red 215 ◦ green 204 ◦ blue 112

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

Shades of Wild Rice #D7CC70

Tints of Wild Rice #D7CC70

RGB

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

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

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

R = 40.49%
G = 38.42%
B = 21.09%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D7CC70 (or 0xD7CC70) is known color: Wild Rice. HEX triplet: D7, CC and 70. RGB value is (215,204,112). Sum of RGB (Red+Green+Blue) = 215+204+112=531 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.49% from 531); Green value is 204 (80.08% from 255 or 38.42% from 531); Blue value is 112 (44.14% from 255 or 21.09% from 531); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CC70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7CC70 is #28338F. Grayscale: #C5C5C5. Windows color (decimal): -2634640 or 7392471. OLE color: 7392471.

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

Color convert

RGB 215 204 112 -
CMYK 0 0.05 0.48 0.16
HSL 53.59º 0.56% 0.64% -
HSV(B) 53.59º 0.48% 0.84% -
XYZ 52.54 58.8 23.91 -
YUV 196.8 80.14 140.98 -
System Red Green Blue C M Y K H S L
Decimal 215 204 112 0 0.05 0.48 0.16 53.59 0.56 0.64
Hex D7 CC 70 0 5 30 10 36 38 40
Octal 327 314 160 0 5 60 20 66 70 100
Binary 11010111 11001100 1110000 0 101 110000 10000 110110 111000 1000000

Color Harmonies of #D7CC70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7CC70

Black with #D7CC70

Text Example


Text Example

White with #D7CC70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7CC70; }

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

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

background-color css

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

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

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

border-color css

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

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

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