Html Css Color HEX #DFCD71 Wild Rice

📋 copy color: '#DFCD71'

red 223 ◦ green 205 ◦ blue 113

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

Shades of Wild Rice #DFCD71

Tints of Wild Rice #DFCD71

RGB

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

 GREEN value IS 205 (80.47% from 255) = 37.89%

 BLUE value IS 113 (44.53% from 255) = 20.89%

R = 41.22%
G = 37.89%
B = 20.89%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DFCD71 (or 0xDFCD71) is known color: Wild Rice. HEX triplet: DF, CD and 71. RGB value is (223,205,113). Sum of RGB (Red+Green+Blue) = 223+205+113=541 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.22% from 541); Green value is 205 (80.47% from 255 or 37.89% from 541); Blue value is 113 (44.53% from 255 or 20.89% from 541); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCD71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFCD71 is #20328E. Grayscale: #C8C8C8. Windows color (decimal): -2110095 or 7458271. OLE color: 7458271.

HSL color Cylindrical-coordinate representation of color #DFCD71: hue angle of 50.18º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DFCD71 is Cyan = 0, Magento = 0.08, Yellow = 0.49 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 205 113 -
CMYK 0 0.08 0.49 0.13
HSL 50.18º 0.63% 0.66% -
HSV(B) 50.18º 0.49% 0.87% -
XYZ 55.24 60.54 24.4 -
YUV 199.89 78.96 144.48 -
System Red Green Blue C M Y K H S L
Decimal 223 205 113 0 0.08 0.49 0.13 50.18 0.63 0.66
Hex DF CD 71 0 8 31 D 32 3F 42
Octal 337 315 161 0 10 61 15 62 77 102
Binary 11011111 11001101 1110001 0 1000 110001 1101 110010 111111 1000010

Color Harmonies of #DFCD71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCD71

Black with #DFCD71

Text Example


Text Example

White with #DFCD71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFCD71; }

 p { color: rgb(223,205,113); }

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

background-color css

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

 a { background-color: rgb(223,205,113); }

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

border-color css

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

 span { border-color: rgb(223,205,113); }

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