Html Css Color HEX #DFD378 Wild Rice

📋 copy color: '#DFD378'

red 223 ◦ green 211 ◦ blue 120

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

Shades of Wild Rice #DFD378

Tints of Wild Rice #DFD378

RGB

 RED value IS 223 (87.5% from 255) = 40.25%

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

 BLUE value IS 120 (47.27% from 255) = 21.66%

R = 40.25%
G = 38.09%
B = 21.66%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.46

 K value IS 0.13

RGB Variations

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

Color information

#DFD378 (or 0xDFD378) is known color: Wild Rice. HEX triplet: DF, D3 and 78. RGB value is (223,211,120). Sum of RGB (Red+Green+Blue) = 223+211+120=554 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.25% from 554); Green value is 211 (82.81% from 255 or 38.09% from 554); Blue value is 120 (47.27% from 255 or 21.66% from 554); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD378 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD378 is #202C87. Grayscale: #CCCCCC. Windows color (decimal): -2108552 or 7918559. OLE color: 7918559.

HSL color Cylindrical-coordinate representation of color #DFD378: hue angle of 53.01º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DFD378 is Cyan = 0, Magento = 0.05, Yellow = 0.46 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 211 120 -
CMYK 0 0.05 0.46 0.13
HSL 53.01º 0.62% 0.67% -
HSV(B) 53.01º 0.46% 0.87% -
XYZ 57.12 63.63 27.04 -
YUV 204.21 80.48 141.4 -
System Red Green Blue C M Y K H S L
Decimal 223 211 120 0 0.05 0.46 0.13 53.01 0.62 0.67
Hex DF D3 78 0 5 2E D 35 3E 43
Octal 337 323 170 0 5 56 15 65 76 103
Binary 11011111 11010011 1111000 0 101 101110 1101 110101 111110 1000011

Color Harmonies of #DFD378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD378

Black with #DFD378

Text Example


Text Example

White with #DFD378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD378; }

 p { color: rgb(223,211,120); }

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

background-color css

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

 a { background-color: rgb(223,211,120); }

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

border-color css

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

 span { border-color: rgb(223,211,120); }

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