Html Css Color HEX #DFCD74 Wild Rice

📋 copy color: '#DFCD74'

red 223 ◦ green 205 ◦ blue 116

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

Shades of Wild Rice #DFCD74

Tints of Wild Rice #DFCD74

RGB

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

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

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

R = 40.99%
G = 37.68%
B = 21.32%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DFCD74 (or 0xDFCD74) is known color: Wild Rice. HEX triplet: DF, CD and 74. RGB value is (223,205,116). Sum of RGB (Red+Green+Blue) = 223+205+116=544 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.99% from 544); Green value is 205 (80.47% from 255 or 37.68% from 544); Blue value is 116 (45.70% from 255 or 21.32% from 544); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCD74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFCD74 is #20328B. Grayscale: #C8C8C8. Windows color (decimal): -2110092 or 7654879. OLE color: 7654879.

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

Color convert

RGB 223 205 116 -
CMYK 0 0.08 0.48 0.13
HSL 49.91º 0.63% 0.66% -
HSV(B) 49.91º 0.48% 0.87% -
XYZ 55.42 60.61 25.3 -
YUV 200.24 80.46 144.24 -
System Red Green Blue C M Y K H S L
Decimal 223 205 116 0 0.08 0.48 0.13 49.91 0.63 0.66
Hex DF CD 74 0 8 30 D 32 3F 42
Octal 337 315 164 0 10 60 15 62 77 102
Binary 11011111 11001101 1110100 0 1000 110000 1101 110010 111111 1000010

Color Harmonies of #DFCD74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCD74

Black with #DFCD74

Text Example


Text Example

White with #DFCD74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFCD74; }

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

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

background-color css

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

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

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

border-color css

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

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

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