Html Css Color HEX #D5CC70 Wild Rice

📋 copy color: '#D5CC70'

red 213 ◦ green 204 ◦ blue 112

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

Shades of Wild Rice #D5CC70

Tints of Wild Rice #D5CC70

RGB

 RED value IS 213 (83.59% from 255) = 40.26%

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

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

R = 40.26%
G = 38.56%
B = 21.17%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D5CC70 (or 0xD5CC70) is known color: Wild Rice. HEX triplet: D5, CC and 70. RGB value is (213,204,112). Sum of RGB (Red+Green+Blue) = 213+204+112=529 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.26% from 529); Green value is 204 (80.08% from 255 or 38.56% from 529); Blue value is 112 (44.14% from 255 or 21.17% from 529); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CC70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5CC70 is #2A338F. Grayscale: #C4C4C4. Windows color (decimal): -2765712 or 7392469. OLE color: 7392469.

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

Color convert

RGB 213 204 112 -
CMYK 0 0.04 0.47 0.16
HSL 54.65º 0.55% 0.64% -
HSV(B) 54.65º 0.47% 0.84% -
XYZ 51.96 58.5 23.88 -
YUV 196.2 80.48 139.98 -
System Red Green Blue C M Y K H S L
Decimal 213 204 112 0 0.04 0.47 0.16 54.65 0.55 0.64
Hex D5 CC 70 0 4 2F 10 37 37 40
Octal 325 314 160 0 4 57 20 67 67 100
Binary 11010101 11001100 1110000 0 100 101111 10000 110111 110111 1000000

Color Harmonies of #D5CC70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CC70

Black with #D5CC70

Text Example


Text Example

White with #D5CC70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CC70; }

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

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

background-color css

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

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

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

border-color css

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

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

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