Html Css Color HEX #DCD375 Wild Rice

📋 copy color: '#DCD375'

red 220 ◦ green 211 ◦ blue 117

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

Shades of Wild Rice #DCD375

Tints of Wild Rice #DCD375

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 21.35%

R = 40.15%
G = 38.5%
B = 21.35%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DCD375 (or 0xDCD375) is known color: Wild Rice. HEX triplet: DC, D3 and 75. RGB value is (220,211,117). Sum of RGB (Red+Green+Blue) = 220+211+117=548 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.15% from 548); Green value is 211 (82.81% from 255 or 38.50% from 548); Blue value is 117 (46.09% from 255 or 21.35% from 548); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD375 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD375 is #232C8A. Grayscale: #CBCBCB. Windows color (decimal): -2305163 or 7721948. OLE color: 7721948.

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

Color convert

RGB 220 211 117 -
CMYK 0 0.04 0.47 0.14
HSL 54.76º 0.6% 0.66% -
HSV(B) 54.76º 0.47% 0.86% -
XYZ 56.02 63.09 26.05 -
YUV 202.98 79.48 140.14 -
System Red Green Blue C M Y K H S L
Decimal 220 211 117 0 0.04 0.47 0.14 54.76 0.6 0.66
Hex DC D3 75 0 4 2F E 37 3C 42
Octal 334 323 165 0 4 57 16 67 74 102
Binary 11011100 11010011 1110101 0 100 101111 1110 110111 111100 1000010

Color Harmonies of #DCD375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD375

Black with #DCD375

Text Example


Text Example

White with #DCD375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD375; }

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

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

background-color css

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

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

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

border-color css

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

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

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