Html Css Color HEX #DCD372 Wild Rice

📋 copy color: '#DCD372'

red 220 ◦ green 211 ◦ blue 114

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

Shades of Wild Rice #DCD372

Tints of Wild Rice #DCD372

RGB

 RED value IS 220 (86.33% from 255) = 40.37%

 GREEN value IS 211 (82.81% from 255) = 38.72%

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

R = 40.37%
G = 38.72%
B = 20.92%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#DCD372 (or 0xDCD372) is known color: Wild Rice. HEX triplet: DC, D3 and 72. RGB value is (220,211,114). Sum of RGB (Red+Green+Blue) = 220+211+114=545 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.37% from 545); Green value is 211 (82.81% from 255 or 38.72% from 545); Blue value is 114 (44.92% from 255 or 20.92% from 545); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD372 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD372 is #232C8D. Grayscale: #CBCBCB. Windows color (decimal): -2305166 or 7525340. OLE color: 7525340.

HSL color Cylindrical-coordinate representation of color #DCD372: hue angle of 54.91º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DCD372 is Cyan = 0, Magento = 0.04, Yellow = 0.48 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 211 114 -
CMYK 0 0.04 0.48 0.14
HSL 54.91º 0.6% 0.65% -
HSV(B) 54.91º 0.48% 0.86% -
XYZ 55.85 63.02 25.14 -
YUV 202.63 77.98 140.39 -
System Red Green Blue C M Y K H S L
Decimal 220 211 114 0 0.04 0.48 0.14 54.91 0.6 0.65
Hex DC D3 72 0 4 30 E 37 3C 41
Octal 334 323 162 0 4 60 16 67 74 101
Binary 11011100 11010011 1110010 0 100 110000 1110 110111 111100 1000001

Color Harmonies of #DCD372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD372

Black with #DCD372

Text Example


Text Example

White with #DCD372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD372; }

 p { color: rgb(220,211,114); }

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

background-color css

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

 a { background-color: rgb(220,211,114); }

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

border-color css

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

 span { border-color: rgb(220,211,114); }

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