Html Css Color HEX #D9CC72 Wild Rice

📋 copy color: '#D9CC72'

red 217 ◦ green 204 ◦ blue 114

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

Shades of Wild Rice #D9CC72

Tints of Wild Rice #D9CC72

RGB

 RED value IS 217 (85.16% from 255) = 40.56%

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

 BLUE value IS 114 (44.92% from 255) = 21.31%

R = 40.56%
G = 38.13%
B = 21.31%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#D9CC72 (or 0xD9CC72) is known color: Wild Rice. HEX triplet: D9, CC and 72. RGB value is (217,204,114). Sum of RGB (Red+Green+Blue) = 217+204+114=535 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.56% from 535); Green value is 204 (80.08% from 255 or 38.13% from 535); Blue value is 114 (44.92% from 255 or 21.31% from 535); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CC72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9CC72 is #26338D. Grayscale: #C5C5C5. Windows color (decimal): -2503566 or 7523545. OLE color: 7523545.

HSL color Cylindrical-coordinate representation of color #D9CC72: hue angle of 52.43º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D9CC72 is Cyan = 0, Magento = 0.06, Yellow = 0.47 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 204 114 -
CMYK 0 0.06 0.47 0.15
HSL 52.43º 0.58% 0.65% -
HSV(B) 52.43º 0.47% 0.85% -
XYZ 53.25 59.15 24.53 -
YUV 197.63 80.81 141.82 -
System Red Green Blue C M Y K H S L
Decimal 217 204 114 0 0.06 0.47 0.15 52.43 0.58 0.65
Hex D9 CC 72 0 6 2F F 34 3A 41
Octal 331 314 162 0 6 57 17 64 72 101
Binary 11011001 11001100 1110010 0 110 101111 1111 110100 111010 1000001

Color Harmonies of #D9CC72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9CC72

Black with #D9CC72

Text Example


Text Example

White with #D9CC72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9CC72; }

 p { color: rgb(217,204,114); }

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

background-color css

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

 a { background-color: rgb(217,204,114); }

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

border-color css

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

 span { border-color: rgb(217,204,114); }

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