Html Css Color HEX #DCD074 Wild Rice

📋 copy color: '#DCD074'

red 220 ◦ green 208 ◦ blue 116

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

Shades of Wild Rice #DCD074

Tints of Wild Rice #DCD074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 21.32%

R = 40.44%
G = 38.24%
B = 21.32%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DCD074 (or 0xDCD074) is known color: Wild Rice. HEX triplet: DC, D0 and 74. RGB value is (220,208,116). Sum of RGB (Red+Green+Blue) = 220+208+116=544 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.44% from 544); Green value is 208 (81.64% from 255 or 38.24% from 544); Blue value is 116 (45.70% from 255 or 21.32% from 544); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD074 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD074 is #232F8B. Grayscale: #C9C9C9. Windows color (decimal): -2305932 or 7655644. OLE color: 7655644.

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

Color convert

RGB 220 208 116 -
CMYK 0 0.05 0.47 0.14
HSL 53.08º 0.6% 0.66% -
HSV(B) 53.08º 0.47% 0.86% -
XYZ 55.22 61.59 25.5 -
YUV 201.1 79.98 141.48 -
System Red Green Blue C M Y K H S L
Decimal 220 208 116 0 0.05 0.47 0.14 53.08 0.6 0.66
Hex DC D0 74 0 5 2F E 35 3C 42
Octal 334 320 164 0 5 57 16 65 74 102
Binary 11011100 11010000 1110100 0 101 101111 1110 110101 111100 1000010

Color Harmonies of #DCD074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD074

Black with #DCD074

Text Example


Text Example

White with #DCD074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD074; }

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

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

background-color css

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

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

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

border-color css

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

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

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