Html Css Color HEX #DCD073 Wild Rice

📋 copy color: '#DCD073'

red 220 ◦ green 208 ◦ blue 115

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

Shades of Wild Rice #DCD073

Tints of Wild Rice #DCD073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 21.18%

R = 40.52%
G = 38.31%
B = 21.18%

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

#DCD073 (or 0xDCD073) is known color: Wild Rice. HEX triplet: DC, D0 and 73. RGB value is (220,208,115). Sum of RGB (Red+Green+Blue) = 220+208+115=543 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.52% from 543); Green value is 208 (81.64% from 255 or 38.31% from 543); Blue value is 115 (45.31% from 255 or 21.18% from 543); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD073 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD073 is #232F8C. Grayscale: #C9C9C9. Windows color (decimal): -2305933 or 7590108. OLE color: 7590108.

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

Color convert

RGB 220 208 115 -
CMYK 0 0.05 0.48 0.14
HSL 53.14º 0.6% 0.66% -
HSV(B) 53.14º 0.48% 0.86% -
XYZ 55.17 61.57 25.2 -
YUV 200.99 79.48 141.56 -
System Red Green Blue C M Y K H S L
Decimal 220 208 115 0 0.05 0.48 0.14 53.14 0.6 0.66
Hex DC D0 73 0 5 30 E 35 3C 42
Octal 334 320 163 0 5 60 16 65 74 102
Binary 11011100 11010000 1110011 0 101 110000 1110 110101 111100 1000010

Color Harmonies of #DCD073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD073

Black with #DCD073

Text Example


Text Example

White with #DCD073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD073; }

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

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

background-color css

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

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

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

border-color css

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

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

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