Html Css Color HEX #DCD072 Wild Rice

📋 copy color: '#DCD072'

red 220 ◦ green 208 ◦ blue 114

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

Shades of Wild Rice #DCD072

Tints of Wild Rice #DCD072

RGB

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

 GREEN value IS 208 (81.64% from 255) = 38.38%

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

R = 40.59%
G = 38.38%
B = 21.03%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#DCD072 (or 0xDCD072) is known color: Wild Rice. HEX triplet: DC, D0 and 72. RGB value is (220,208,114). Sum of RGB (Red+Green+Blue) = 220+208+114=542 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.59% from 542); Green value is 208 (81.64% from 255 or 38.38% from 542); Blue value is 114 (44.92% from 255 or 21.03% from 542); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD072 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD072 is #232F8D. Grayscale: #C9C9C9. Windows color (decimal): -2305934 or 7524572. OLE color: 7524572.

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

Color convert

RGB 220 208 114 -
CMYK 0 0.05 0.48 0.14
HSL 53.21º 0.6% 0.65% -
HSV(B) 53.21º 0.48% 0.86% -
XYZ 55.11 61.54 24.89 -
YUV 200.87 78.98 141.64 -
System Red Green Blue C M Y K H S L
Decimal 220 208 114 0 0.05 0.48 0.14 53.21 0.6 0.65
Hex DC D0 72 0 5 30 E 35 3C 41
Octal 334 320 162 0 5 60 16 65 74 101
Binary 11011100 11010000 1110010 0 101 110000 1110 110101 111100 1000001

Color Harmonies of #DCD072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD072

Black with #DCD072

Text Example


Text Example

White with #DCD072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD072; }

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

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

background-color css

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

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

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

border-color css

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

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

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