Html Css Color HEX #DCD57C Wild Rice

📋 copy color: '#DCD57C'

red 220 ◦ green 213 ◦ blue 124

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

Shades of Wild Rice #DCD57C

Tints of Wild Rice #DCD57C

RGB

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

 GREEN value IS 213 (83.59% from 255) = 38.24%

 BLUE value IS 124 (48.83% from 255) = 22.26%

R = 39.5%
G = 38.24%
B = 22.26%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.44

 K value IS 0.14

RGB Variations

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

Color information

#DCD57C (or 0xDCD57C) is known color: Wild Rice. HEX triplet: DC, D5 and 7C. RGB value is (220,213,124). Sum of RGB (Red+Green+Blue) = 220+213+124=557 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.50% from 557); Green value is 213 (83.59% from 255 or 38.24% from 557); Blue value is 124 (48.83% from 255 or 22.26% from 557); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD57C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD57C is #232A83. Grayscale: #CDCDCD. Windows color (decimal): -2304644 or 8181212. OLE color: 8181212.

HSL color Cylindrical-coordinate representation of color #DCD57C: hue angle of 55.62º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DCD57C is Cyan = 0, Magento = 0.03, Yellow = 0.44 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 213 124 -
CMYK 0 0.03 0.44 0.14
HSL 55.63º 0.58% 0.67% -
HSV(B) 55.63º 0.44% 0.86% -
XYZ 56.95 64.26 28.47 -
YUV 204.95 82.32 138.74 -
System Red Green Blue C M Y K H S L
Decimal 220 213 124 0 0.03 0.44 0.14 55.63 0.58 0.67
Hex DC D5 7C 0 3 2C E 38 3A 43
Octal 334 325 174 0 3 54 16 70 72 103
Binary 11011100 11010101 1111100 0 11 101100 1110 111000 111010 1000011

Color Harmonies of #DCD57C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD57C

Black with #DCD57C

Text Example


Text Example

White with #DCD57C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD57C; }

 p { color: rgb(220,213,124); }

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

background-color css

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

 a { background-color: rgb(220,213,124); }

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

border-color css

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

 span { border-color: rgb(220,213,124); }

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